Annotation Type IntroducedSince
-
@Documented @Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface IntroducedSinceDenotes the version the annotated resource was introduced in. Can be applied toServletsub-types and servlet doXXXX methods. To denote when a particularPathTemplatewas introduced use thePathTemplate.introducedSince()property- Author:
- cdivilly
- See Also:
DeprecatedSince
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueVersion number that the annotated resource was introduced in.
-