Annotation Interface RemovedSince
Denotes the version the annotated resource was removed from. Can
be applied to
Servlet sub-types and servlet doXXXX methods.
To denote when a particular PathTemplate was removed use the
PathTemplate.removedSince() property
Note: Removing resources is never recommended and must only be done as a last restort, as it causes a breaking backwards incompatibility.
- Author:
- cdivilly
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueVersion number indicating the version that the annotated resource was removed from. This value should be a constant rather than a literal value.- Returns:
- Version number string
- Default:
- ""
-