Class GeneratedClassAnnotation

  • All Implemented Interfaces:
    IClassAnnotation

    public class GeneratedClassAnnotation
    extends java.lang.Object
    implements IClassAnnotation
    A class annotation configuration for the @Generated annotation.
    • Constructor Detail

      • GeneratedClassAnnotation

        public GeneratedClassAnnotation()
    • Method Detail

      • generate

        public java.lang.CharSequence generate()
        Description copied from interface: IClassAnnotation
        Convert the class annotation to a string suitable for use in Java code generation.
        Specified by:
        generate in interface IClassAnnotation
      • getGeneratorName

        protected java.lang.String getGeneratorName()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • isIncludeDate

        public boolean isIncludeDate()
      • setIncludeDate

        public void setIncludeDate​(boolean includeDate)
      • getComment

        public java.lang.String getComment()
      • setComment

        public void setComment​(java.lang.String comment)