@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Testified
An annotation used to mark source code or byte code that has been generated or altered
(sub-classed, redefined, rebased) for testing purpose and to differentiate it from user
written code. When used, the value element must have the name of the code generator. The
recommended convention is to use the fully qualified name of the code generator in the value
field (i.e. com.acme.generator.CodeGen).
- Author:
- saden