@Retention(value=RUNTIME)
@Target(value={TYPE,PACKAGE})
public @interface RetainJavadoc
javadoc.packages
annotation processor option.
Note that if a javadoc.packages is not specified, this annotation is
redundant since the default behavior is to retain Javadoc for all classes.