Annotation 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
-
Element Details
-
value
String valueVersion after which the annotated functionality can be removed. Once the referenced version was branched off, the annotated code can be removed.
-