-
- All Superinterfaces:
JavaModel
,Serializable
- All Known Implementing Classes:
DefaultJavaAnnotation
public interface JavaAnnotation extends JavaModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getNamedParameter(String key)
Map<String,Object>
getNamedParameterMap()
AnnotationValue
getProperty(String name)
Map<String,AnnotationValue>
getPropertyMap()
JavaClass
getType()
-
Methods inherited from interface com.thoughtworks.qdox.model.JavaModel
getCodeBlock, getLineNumber
-
-
-
-
Method Detail
-
getType
JavaClass getType()
- Returns:
- the annotation type
-
getPropertyMap
Map<String,AnnotationValue> getPropertyMap()
-
getProperty
AnnotationValue getProperty(String name)
-
-