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 AnnotationClassReflection.getAnnotation(Class clazz0, Class<? extends Annotation> clazz1) static Annotation[]ClassReflection.getAnnotations(Class clazz) static AnnotationClassReflection.getDeclaredAnnotation(Class clazz0, Class<? extends Annotation> clazz1) Field.getDeclaredAnnotation(Class<? extends Annotation> clazz) Method.getDeclaredAnnotation(Class<? extends Annotation> clazz) static Annotation[]ClassReflection.getDeclaredAnnotations(Class clazz) Field.getDeclaredAnnotations()Method.getDeclaredAnnotations()