public class ClassAnnotationInfo extends Object implements IAnnotationInfo
| Constructor and Description |
|---|
ClassAnnotationInfo(Annotation annotation,
IJavaAnnotatedElement element) |
ClassAnnotationInfo(Annotation annotation,
IType containerType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDisplayName() |
Object |
getFieldValue(String fieldName) |
Annotation |
getInstance() |
String |
getName() |
IType |
getOwnersType() |
IType |
getType() |
String |
toString() |
public ClassAnnotationInfo(Annotation annotation, IType containerType)
public ClassAnnotationInfo(Annotation annotation, IJavaAnnotatedElement element)
public String getName()
getName in interface IAnnotationInfopublic IType getOwnersType()
getOwnersType in interface IAnnotationInfopublic String getDisplayName()
public String getDescription()
getDescription in interface IAnnotationInfopublic Annotation getInstance()
getInstance in interface IAnnotationInfopublic Object getFieldValue(String fieldName)
getFieldValue in interface IAnnotationInfopublic IType getType()
getType in interface IAnnotationInfoCopyright © 2019. All rights reserved.