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

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

There is a newer version: 3.9
Show newest version
package net.sf.cglib.proxy;

class DBean2 {
    public int getAge() {
        return 18;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy