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