Annotation Interface ElementPublic


@Retention(RUNTIME) @Target({TYPE,PACKAGE}) public @interface ElementPublic
Indicates a type or all types within a package are to be considered public and exposed to all other elements. For the sake of performance and convenience, the ElementLoaderFactory will only observe this annotation when it is applied to the package-info class of a package.