Package com.igormaznitsa.meta.annotation
Annotation Type NeedsRefactoring
@Documented
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,PACKAGE,ANNOTATION_TYPE})
@Retention(CLASS)
public @interface NeedsRefactoring
Signal that marked entity needs refactoring.
- Since:
- 1.0
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueOptional text- Returns:
- optional text
- Default:
""
-