public class AnnotationImpl extends Object implements Annotation
BAnnotation This is the implementation for the Annotation API.| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotationValue(String attributeName,
AnnAttrValue annotationValue)
Deprecated.
|
AnnAttrValue |
getAnnAttrValue(String attributeName)
Deprecated.
|
String |
getKey() |
String |
getName()
Returns name of the Annotation.
|
Struct |
getValue()
Returns struct value Annotation.
|
public String getName()
AnnotationgetName in interface Annotationpublic String getKey()
public Struct getValue()
AnnotationgetValue in interface Annotation@Deprecated public AnnAttrValue getAnnAttrValue(String attributeName)
AnnotationgetAnnAttrValue in interface AnnotationattributeName - of the annotation attribute.@Deprecated public void addAnnotationValue(String attributeName, AnnAttrValue annotationValue)
Copyright © 2018 WSO2. All rights reserved.