Uses of Class
zombie.entity.util.reflect.Annotation
Packages that use Annotation
-
Uses of Annotation in zombie.entity.util.reflect
Methods in zombie.entity.util.reflect that return AnnotationModifier and TypeMethodDescriptionstatic Annotation
ClassReflection.getAnnotation
(Class class0, Class<? extends Annotation> class1) static Annotation[]
ClassReflection.getAnnotations
(Class _class) static Annotation
ClassReflection.getDeclaredAnnotation
(Class class0, Class<? extends Annotation> class1) Field.getDeclaredAnnotation
(Class<? extends Annotation> _class) Method.getDeclaredAnnotation
(Class<? extends Annotation> _class) static Annotation[]
ClassReflection.getDeclaredAnnotations
(Class _class) Field.getDeclaredAnnotations()
Method.getDeclaredAnnotations()