AnnotationImpl
public interface XSAnnotation
Modifier and Type | Method | 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 © 2018 Oracle Corporation. All rights reserved.