Module jpro.webapi

Annotation Interface Experimental


@Documented @Retention(CLASS) @Target({TYPE,METHOD}) public @interface Experimental
Indicates that a public API of the annotated element (class, method or field) is not in stable state yet. It may be renamed, changed or even removed in a future version. This annotation refers to API status only, it doesn't mean that the implementation has an 'experimental' quality.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Provides a description or additional information about the experimental element.
  • Element Details

    • value

      String value
      Provides a description or additional information about the experimental element.
      Returns:
      a string value.
      Default:
      ""