Annotation Interface DeprecatedSince
Denotes the version the annotated resource was deprecated in. Can
be applied to
Servlet sub-types and servlet doXXXX methods.
To denote when a particular PathTemplate was deprecated use the
PathTemplate.deprecatedSince() property- Author:
- cdivilly
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueVersion number that the annotated resource was deprecated in. This value should be a constant rather than a literal value.- Returns:
- Version number string
- Default:
- ""
-