Annotation Type Rework


  • @Documented
    @Retention(RUNTIME)
    @Target({CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER,TYPE})
    public @interface Rework

    Annotation for classes, methods or interfaces that require some kind of refactoring; this also includes proof-of-concept solutions.

    Do not write applications based on code tagged with "@Rework", because these interfaces are subject to change without notice

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String why  
    • Element Detail

      • why

        java.lang.String why