public interface AnnotatedObject
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAnnotation(QName name)
Gets the value of specified annotation.
|
Map<QName,Object> |
getAnnotations()
Gets all annotations.
|
ComponentLocation |
getLocation() |
void |
setAnnotations(Map<QName,Object> annotations)
Sets annotations to the object.
|
static final String PROPERTY_NAME
Object getAnnotation(QName name)
ComponentLocation getLocation()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.