Interface UnloadedClass
-
public interface UnloadedClass
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()booleanhasAnnotation(Class<? extends Annotation> annotationType)
-
-
-
Method Detail
-
hasAnnotation
boolean hasAnnotation(Class<? extends Annotation> annotationType)
-
getName
String getName()
-
-