Annotation Type SinceCouchbase
@Target({TYPE,CONSTRUCTOR,METHOD,FIELD,PARAMETER})
@Retention(SOURCE)
@Documented
@Internal
public @interface SinceCouchbase
Specifies the earliest version of Couchbase Server that supports the annotated feature.
-
Required Element Summary
-
Element Details
-
value
String valueCouchbase Server version as "major.minor" or "major.minor.patch".
-