Annotation Type ModulePrivate


@Documented
@Target(METHOD)
@Retention(CLASS)
public @interface ModulePrivate
A marker annotation added to the getter/setter fields of a "private" field in a model. Compiler warnings will be issued by ant for references to these methods from dependent modules which do not include private APIs. This is meant to warn developers away from using these methods and use public fields only.