@Beta public interface AnnotationTypeDeclaration extends TypeDeclaration
| Modifier and Type | Method and Description |
|---|---|
AnnotationTypeElementDeclaration |
findDeclaredAnnotationTypeElement(String name) |
Iterable<? extends AnnotationTypeElementDeclaration> |
getDeclaredAnnotationTypeElements() |
findDeclaredConstructor, findDeclaredField, findDeclaredMethod, findDeclaredType, getDeclaredAnnotationTypes, getDeclaredClasses, getDeclaredConstructors, getDeclaredEnumerationTypes, getDeclaredFields, getDeclaredInterfaces, getDeclaredMembers, getDeclaredMethods, getDeclaredTypesgetQualifiedName, isAssignableFromgetDeclaringType, getDocComment, getModifiers, getVisibility, isDeprecatedfindAnnotation, getAnnotationsgetCompilationUnit, getSimpleNameAnnotationTypeElementDeclaration findDeclaredAnnotationTypeElement(String name)
name - the name of the annotation elementnull if no such annotation type element existsIterable<? extends AnnotationTypeElementDeclaration> getDeclaredAnnotationTypeElements()
Copyright © 2015. All Rights Reserved.