com.thoughtworks.qdox.model.annotation

Class AnnotationLogicalNot

Implemented Interfaces:
AnnotationValue

public class AnnotationLogicalNot
extends AnnotationUnaryOperator

Constructor Summary

AnnotationLogicalNot(AnnotationValue value)

Method Summary

Object
accept(AnnotationVisitor visitor)
Object
getParameterValue()
String
toString()

Methods inherited from class com.thoughtworks.qdox.model.annotation.AnnotationUnaryOperator

getValue

Constructor Details

AnnotationLogicalNot

public AnnotationLogicalNot(AnnotationValue value)

Method Details

accept

public Object accept(AnnotationVisitor visitor)
Specified by:
accept in interface AnnotationValue

getParameterValue

public Object getParameterValue()
Specified by:
getParameterValue in interface AnnotationValue

toString

public String toString()