Interface MAnnotatedElement

    • Method Detail

      • findOrCreateAnnotation

        MAnnotation findOrCreateAnnotation​(java.lang.String annotationName)
        Returns the annotation having the given name, creating it if it doesn't exist.
      • getMutableAnnotations

        MAnnotation[] getMutableAnnotations()
      • getMutableAnnotation

        MAnnotation getMutableAnnotation​(java.lang.String named)
      • addLiteralAnnotation

        MAnnotation addLiteralAnnotation​(java.lang.String annotationName)
      • getMutableComment

        MComment getMutableComment()
      • createComment

        MComment createComment()
      • removeComment

        void removeComment()