Annotation Interface IntroducedSince


@Documented @Retention(RUNTIME) @Target({METHOD,TYPE}) public @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
    Modifier and Type
    Required Element
    Description
    Version number that the annotated resource was introduced in.
  • Element Details

    • value

      String value
      Version number that the annotated resource was introduced in. This value should be a constant rather than a literal value.
      Returns:
      Version number string