public interface JavaAnnotation extends JavaModel
Modifier and Type | Method and Description |
---|---|
Object |
getNamedParameter(String key) |
Map<String,Object> |
getNamedParameterMap() |
AnnotationValue |
getProperty(String name) |
Map<String,AnnotationValue> |
getPropertyMap() |
JavaClass |
getType() |
getCodeBlock, getLineNumber
JavaClass getType()
Map<String,AnnotationValue> getPropertyMap()
AnnotationValue getProperty(String name)
Copyright © 2002–2020. All rights reserved.