public class JavaSourceAnnotationInfo extends Object implements IAnnotationInfo
| Constructor and Description |
|---|
JavaSourceAnnotationInfo(com.sun.source.tree.AnnotationTree annotationTree,
IJavaAnnotatedElement owner) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Object |
getFieldValue(String fieldName) |
Object |
getInstance() |
String |
getName() |
IType |
getOwnersType() |
IType |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTargetpublic JavaSourceAnnotationInfo(com.sun.source.tree.AnnotationTree annotationTree,
IJavaAnnotatedElement owner)
public IType getType()
getType in interface IAnnotationInfopublic Object getInstance()
getInstance in interface IAnnotationInfopublic Object getFieldValue(String fieldName)
getFieldValue in interface IAnnotationInfopublic String getName()
getName in interface IAnnotationInfopublic String getDescription()
getDescription in interface IAnnotationInfopublic IType getOwnersType()
getOwnersType in interface IAnnotationInfoCopyright © 2019. All rights reserved.