Annotation Type Zombie
-
@Documented @Target({TYPE,METHOD,CONSTRUCTOR,FIELD}) @Retention(RUNTIME) public @interface Zombie
With this annotation you can mark your class or method as "dead" if you want to remove it and you are not sure if they really is dead. Together with PatternTesting Check-RT you will be informed in the log file if your class or method (or whatever you've marked as "dead") is called.- Since:
- 1.6 (11.01.2015)
- Version:
- $Revision: 1.4 $
- Author:
- oliver
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
You can change the default string to give a reason why the class or method is marked as "Zombie".
-