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

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

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

class DBean1 implements DI1 {
    public String getName() {
        return "Chris";
    }
    public String herby() {
        return "Herby";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy