java.lang.Object
org.spongepowered.eventimplgen.AnnotationUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsAnnotation(AnnotatedConstruct type, Set<String> looking) static @Nullable AnnotationMirrorgetAnnotation(AnnotatedConstruct type, Class<? extends Annotation> clazz) static @Nullable AnnotationMirrorgetAnnotation(AnnotatedConstruct type, String name) static @Nullable DeclaredTypegetImplementedBy(TypeElement iface) static <T> TgetValue(AnnotationMirror anno, String key)
-
Method Details
-
getValue
-
getAnnotation
@Nullable public static @Nullable AnnotationMirror getAnnotation(AnnotatedConstruct type, Class<? extends Annotation> clazz) -
getImplementedBy
-
getAnnotation
@Nullable public static @Nullable AnnotationMirror getAnnotation(AnnotatedConstruct type, String name) -
containsAnnotation
-