Class CodeAnnotationMirror

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

    public class CodeAnnotationMirror
    extends java.lang.Object
    implements javax.lang.model.element.AnnotationMirror
    • Constructor Summary

      Constructors 
      Constructor Description
      CodeAnnotationMirror​(javax.lang.model.type.DeclaredType annotationType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.lang.model.element.ExecutableElement findExecutableElement​(java.lang.String name)  
      javax.lang.model.type.DeclaredType getAnnotationType()  
      java.util.Map<? extends javax.lang.model.element.ExecutableElement,​? extends javax.lang.model.element.AnnotationValue> getElementValues()  
      void setElementValue​(javax.lang.model.element.ExecutableElement method, javax.lang.model.element.AnnotationValue value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CodeAnnotationMirror

        public CodeAnnotationMirror​(javax.lang.model.type.DeclaredType annotationType)
    • Method Detail

      • getAnnotationType

        public javax.lang.model.type.DeclaredType getAnnotationType()
        Specified by:
        getAnnotationType in interface javax.lang.model.element.AnnotationMirror
      • getElementValues

        public java.util.Map<? extends javax.lang.model.element.ExecutableElement,​? extends javax.lang.model.element.AnnotationValue> getElementValues()
        Specified by:
        getElementValues in interface javax.lang.model.element.AnnotationMirror
      • setElementValue

        public void setElementValue​(javax.lang.model.element.ExecutableElement method,
                                    javax.lang.model.element.AnnotationValue value)
      • findExecutableElement

        public javax.lang.model.element.ExecutableElement findExecutableElement​(java.lang.String name)