Class CodeAnnotationValue

  • All Implemented Interfaces:
    javax.lang.model.element.AnnotationValue

    public class CodeAnnotationValue
    extends java.lang.Object
    implements javax.lang.model.element.AnnotationValue
    • Constructor Summary

      Constructors 
      Constructor Description
      CodeAnnotationValue​(java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R,​P>
      R
      accept​(javax.lang.model.element.AnnotationValueVisitor<R,​P> v, P p)  
      java.lang.Object getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.lang.model.element.AnnotationValue

        toString
    • Constructor Detail

      • CodeAnnotationValue

        public CodeAnnotationValue​(java.lang.Object value)
    • Method Detail

      • getValue

        public java.lang.Object getValue()
        Specified by:
        getValue in interface javax.lang.model.element.AnnotationValue
      • accept

        public <R,​P> R accept​(javax.lang.model.element.AnnotationValueVisitor<R,​P> v,
                                    P p)
        Specified by:
        accept in interface javax.lang.model.element.AnnotationValue