Annotation Interface 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
-
Element Details
-
why
String why
-