Annotation Type JavadocGen


  • @Target({TYPE,FIELD,METHOD,CONSTRUCTOR})
    public @interface JavadocGen
    The JavadocGen annotation generates a dummy javadoc for the annotated element. Additionally it is possible to define @since by setting since().
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String since
      The @since tag
    • Element Detail

      • since

        java.lang.String since
        The @since tag
        Returns:
        @since tag
        Default:
        ""