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