Annotation Type WillChangeSoon


@Target({TYPE,CONSTRUCTOR,METHOD}) public @interface WillChangeSoon
Indicates that a class/constructor/method is planned to change soon.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The reason for the change.
  • Element Details

    • value

      String value
      The reason for the change.
      Returns:
      the reason for the change.