public abstract class AnnotatableNode extends Object
AnnotatableNode
represents a node which contains annotations.Modifier and Type | Field and Description |
---|---|
protected Map<String,List<Annotation>> |
annotationMap |
Constructor and Description |
---|
AnnotatableNode() |
Modifier and Type | Method and Description |
---|---|
protected void |
addAnnotation(String key,
Annotation annotation) |
abstract String |
getAnnotationEntryKey() |
protected Map<String,List<Annotation>> annotationMap
public abstract String getAnnotationEntryKey()
protected void addAnnotation(String key, Annotation annotation)
Copyright © 2018 WSO2. All rights reserved.