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()
Annotation
getName
in interface Annotation
public String getKey()
public Struct getValue()
Annotation
getValue
in interface Annotation
@Deprecated public AnnAttrValue getAnnAttrValue(String attributeName)
Annotation
getAnnAttrValue
in interface Annotation
attributeName
- of the annotation attribute.@Deprecated public void addAnnotationValue(String attributeName, AnnAttrValue annotationValue)
Copyright © 2018 WSO2. All rights reserved.