All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.test.net.sf.cglib.proxy.DBean3 Maven / Gradle / Ivy

There is a newer version: 3.9
Show newest version
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