Annotation Type ForRemoval


  • @Documented
    @Retention(RUNTIME)
    @Target({TYPE,METHOD,FIELD,CONSTRUCTOR})
    public @interface ForRemoval
    Functionality annotated with ForRemoval will no longer be supported and should not be used anymore in new code.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String deadline
      Version which will most likely remove this feature.
    • Element Detail

      • deadline

        java.lang.String deadline
        Version which will most likely remove this feature.
        Returns:
        The deadline version or N/A if this isn't known yet
        Default:
        "N/A"