Class AnnotationDto


  • public class AnnotationDto
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String annotation  
    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotationDto()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAnnotation()  
      void setAnnotation​(java.lang.String annotation)  
      • Methods inherited from class java.lang.Object

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

      • annotation

        protected java.lang.String annotation
    • Constructor Detail

      • AnnotationDto

        public AnnotationDto()
    • Method Detail

      • getAnnotation

        public java.lang.String getAnnotation()
      • setAnnotation

        public void setAnnotation​(java.lang.String annotation)