Package org.mule.api.annotation.jpms
Annotation Type PrivilegedApi
-
@Documented @Retention(RUNTIME) @Target(MODULE) public @interface PrivilegedApi
Defines the privileged API of a module that is part of the Mule Runtime Container.- Since:
- 1.6
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String[]privilegedArtifactIdsArtifacts with privileged access to the API.String[]privilegedPackagesJava packages exported by this module to privileged artifacts only.
-