![JAR search and dependency download from the Maven repository](/logo.png)
com.dooapp.gaedo.finders.informers.ClassFieldInformer Maven / Gradle / Ivy
package com.dooapp.gaedo.finders.informers;
import com.dooapp.gaedo.properties.Property;
/**
* Informer for classes
* @author ndx
*
* @param not used, but required as classes sometimes appear in generics suits
*/
public class ClassFieldInformer extends ObjectFieldInformer {
public ClassFieldInformer(Property source) {
super(source);
}
@Override
protected ClassFieldInformer clone() {
return new ClassFieldInformer(source);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy