Package com.senzing.sdk
Annotation Interface Since
@Retention(RUNTIME)
@Documented
@Target({FIELD,METHOD,TYPE,CONSTRUCTOR,ANNOTATION_TYPE})
@Since("4.3.0")
public @interface Since
Indicates the Senzing SDK version in which the annotated element was
first introduced. This is used to identify flags and constants that
may not be present in the installed Senzing runtime if the installed
version predates the annotated version.
- Since:
- 4.3.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe version string (e.g.,"4.3.0") identifying when the annotated element was introduced.- Returns:
- The version string.
-