Annotation Type MightChangeInTheFuture


@Target({TYPE,CONSTRUCTOR,METHOD}) public @interface MightChangeInTheFuture
Indicates that a class/constructor/method is experimental and might change in the future.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A description of the change.
  • Element Details

    • value

      String value
      A description of the change.
      Returns:
      a description of the change.