src.test.net.sf.cglib.proxy.D1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cglib-nodep Show documentation
Show all versions of cglib-nodep Show documentation
Code generation library with shaded ASM dependecies
package net.sf.cglib.proxy;
class D1 implements DI1 {
public String herby() {
return "D1";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy