public interface AnnotatedDescriptor
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,AnnotationElement.Annotation> |
getAnnotations()
Get the documentation annotations in the form of a map of abstract syntax trees of AnnotationElement nodes.
|
java.lang.String |
getDocumentation() |
FileDescriptor |
getFileDescriptor() |
java.lang.String |
getFullName() |
java.lang.String |
getName() |
<T> T |
getProcessedAnnotation(java.lang.String annotationName)
Get the annotation object created by the registered AnnotationMetadataCreator or null if the annotation is missing
or no AnnotationMetadataCreator was registered.
|
java.lang.String getName()
java.lang.String getFullName()
FileDescriptor getFileDescriptor()
java.lang.String getDocumentation()
java.util.Map<java.lang.String,AnnotationElement.Annotation> getAnnotations() throws AnnotationParserException
AnnotationParserException<T> T getProcessedAnnotation(java.lang.String annotationName)
throws AnnotationParserException
T - annotationName - AnnotationParserException