Package uk.ac.manchester.spinnaker.utils
Annotation Type UsedInJavadocOnly
@Retention(SOURCE) @Target({TYPE,METHOD,CONSTRUCTOR,FIELD,PACKAGE}) public @interface UsedInJavadocOnly
Marks that the given class is used for Javadoc generation only, but needs to
be referenced for Checkstyle. With this, the classes in question are
genuinely used, but only at the source level; no runtime code is generated.
- Author:
- Donal Fellows