Package com.thoughtworks.qdox.model
Interface JavaAnnotation
- All Superinterfaces:
JavaModel
,Serializable
- All Known Implementing Classes:
DefaultJavaAnnotation
-
Method Summary
Modifier and TypeMethodDescriptiongetNamedParameter
(String key) getProperty
(String name) getType()
Methods inherited from interface com.thoughtworks.qdox.model.JavaModel
getCodeBlock, getLineNumber
-
Method Details
-
getType
JavaClass getType()- Returns:
- the annotation type
-
getPropertyMap
Map<String,AnnotationValue> getPropertyMap() -
getProperty
-
getNamedParameterMap
-
getNamedParameter
-