Annotation Interface PublicApi


@Retention(RUNTIME) @Target(PACKAGE) @Documented public @interface PublicApi
For annotating packages that should be part of the public API. Must be placed in a file called package-info.java in the package that is to be public.
Since:
5.1.5
Author:
Tony Vaagenes, gjoranv