src.test.net.sf.cglib.proxy.DBean3 Maven / Gradle / Ivy
package net.sf.cglib.proxy;
public class DBean3 {
private int age;
public void setAge(int age) {
this.age = age;
}
public int getAge() {
return age;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy