Annotation Interface RemoveAfter


@Target({PARAMETER,FIELD,METHOD,TYPE}) @Retention(RUNTIME) public @interface RemoveAfter
Annotation for features that are deprecated, but still present to adhere to the one-release-grace period we promised to users.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Version after which the annotated functionality can be removed.
  • Element Details

    • value

      String value
      Version after which the annotated functionality can be removed. Once the referenced version was branched off, the annotated code can be removed.