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