-
-
Method Detail
-
getValue
Object getValue()
Returns the value.
- Returns:
- the value
-
accept
<R,P> R accept(AnnotationValueVisitor<R,P> v,
P p)
Applies a visitor to this value.
- Type Parameters:
R
- the return type of the visitor's methods
P
- the type of the additional parameter to the visitor's methods
- Parameters:
v
- the visitor operating on this value
p
- additional parameter to the visitor
- Returns:
- a visitor-specified result