Annotation Type ImplementationNote


  • @Documented
    @Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,PACKAGE,ANNOTATION_TYPE})
    @Retention(CLASS)
    public @interface ImplementationNote
    Allows to define some implementation note about marked entity. Like how to use that or sequence of calls.
    Since:
    1.0.2
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Text description of the warning.
    • Element Detail

      • value

        java.lang.String value
        Text description of the warning.
        Returns:
        text description
        Since:
        1.0.2