Package com.intellij

Annotation Interface ReviseWhenPortedToJDK


@Retention(SOURCE) public @interface ReviseWhenPortedToJDK
Use for marking places in code which are supposed to be updated after migration of the containing module to a newer JDK.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A JDK version required for revising the marked code.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    An additional description of what actually has to be done (i.e.
  • Element Details

    • value

      String value
      A JDK version required for revising the marked code.
    • description

      String description
      An additional description of what actually has to be done (i.e. a particular method to use).
      Default:
      ""