Interface GeneratedElement

All Known Implementing Classes:
CodeCompilationUnit, CodeElement, CodeExecutableElement, CodeTypeElement, CodeTypeParameterElement, CodeVariableElement, GeneratedPackageElement, GeneratedTypeElement

public interface GeneratedElement
  • Method Details

    • getGeneratorAnnotationMirror

      AnnotationMirror getGeneratorAnnotationMirror()
    • setGeneratorAnnotationMirror

      void setGeneratorAnnotationMirror(AnnotationMirror mirror)
    • getGeneratorElement

      Element getGeneratorElement()
    • setGeneratorElement

      void setGeneratorElement(Element element)