Annotation Type ToDo


  • @Documented
    @Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,PACKAGE,ANNOTATION_TYPE})
    @Retention(CLASS)
    public @interface ToDo
    Allows to mark entities for future works.
    Since:
    1.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      Text note.
    • Element Detail

      • value

        java.lang.String value
        Text note.
        Returns:
        text description
        Since:
        1.0
        Default:
        ""