Annotation Type Warning


  • @Documented
    @Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,PACKAGE,ANNOTATION_TYPE})
    @Retention(CLASS)
    public @interface Warning
    Allows to mark entities by some warning messages.
    Since:
    1.0
    • 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