public interface XSAnnotation
Modifier and Type | Method and Description |
---|---|
Object |
getAnnotation()
Obtains the application-parsed annotation.
|
Locator |
getLocator()
Returns a location information of the annotation.
|
Object |
setAnnotation(Object o)
Sets the value to be returned by
getAnnotation() . |
Object getAnnotation()
annotations are parsed by the user-specified
AnnotationParser
.
Object setAnnotation(Object o)
getAnnotation()
.o
- can be null.o
.Locator getLocator()
Copyright © 2021 JBoss by Red Hat. All rights reserved.