Annotation Interface Experimental


@Target({TYPE,FIELD}) public @interface Experimental
Marks an experimental feature. Annotated elements are opt-in experimental and potentially unstable features that may not be released for some time.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the feature flag enabling the annotated value.
  • Element Details

    • value

      String[] value
      The name of the feature flag enabling the annotated value.
      Returns:
      the feature flag name.