Annotation Type DeprecatedSince


  • @Documented
    @Retention(RUNTIME)
    @Target({TYPE,METHOD,FIELD,CONSTRUCTOR})
    public @interface DeprecatedSince
    In combination with Deprecated specifies when this feature was marked as deprecated.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value