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