Class MAnnotationElement

    • Field Detail

      • annotations

        protected java.util.List annotations
        The annotations.
    • Constructor Detail

      • MAnnotationElement

        public MAnnotationElement()
    • Method Detail

      • addAnnotation

        public void addAnnotation​(MAnnotation annotation)
        Add an annotation.
        Parameters:
        annotation - The annotation.
      • getAnnotations

        public java.util.List getAnnotations()
        Get the annotations.
        Returns:
        The annotations.