Annotation Type ModulePublic


@Documented
@Target(METHOD)
@Retention(SOURCE)
public @interface ModulePublic
A marker annotation to identify a method as part of a Module's public api. At present, this is used only for deciding which REST APIs are published when running the "rest-doc" target.