public class AnnotationLogicalNot extends AnnotationUnaryOperator
| Constructor and Description |
|---|
AnnotationLogicalNot(AnnotationValue value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
accept(AnnotationVisitor visitor)
Accept a visitor for this value.
|
java.lang.Object |
getParameterValue()
Get a parameter value for
Annotation.getNamedParameter(String). |
java.lang.String |
toString() |
getValuepublic AnnotationLogicalNot(AnnotationValue value)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object accept(AnnotationVisitor visitor)
AnnotationValuevisitor - Visitorpublic java.lang.Object getParameterValue()
AnnotationValueAnnotation.getNamedParameter(String).