Annotation Type 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:
    DeprecatedSince
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Version number that the annotated resource was introduced in.
    • Element Detail

      • value

        java.lang.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