Annotation Interface FixForMultiProject


@Retention(SOURCE) @Target({LOCAL_VARIABLE,CONSTRUCTOR,FIELD,METHOD,TYPE,MODULE}) public @interface FixForMultiProject
Annotation to identify a block of code (a whole class, a method, a field, or a local variable) that needs to be reviewed (for cleanup, removal or change) before merging the multi-project branch into main
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Some explanation on what and why for the future fix
  • Element Details

    • description

      String description
      Some explanation on what and why for the future fix
      Default:
      ""