public interface Annotation
Annotation
This API provides the functionality to access annotation attribute values given
annotation attribute name.Modifier and Type | Method and Description |
---|---|
AnnAttrValue |
getAnnAttrValue(String attributeName)
Deprecated.
|
String |
getName()
Returns name of the Annotation.
|
Struct |
getValue()
Returns struct value Annotation.
|
String getName()
Struct getValue()
@Deprecated AnnAttrValue getAnnAttrValue(String attributeName)
attributeName
- of the annotation attribute.Copyright © 2018 WSO2. All rights reserved.