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

src.test.net.sf.cglib.reflect.sub.GrandParent Maven / Gradle / Ivy

package net.sf.cglib.reflect.sub;
abstract class GrandParent {
    public String getHerb() {
        return "dill";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy