@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface RestrictedTo
ElementType.PARAMETER which references components of an external
Extension, should only contain references that are linked to a particular extension.
For example, imagine a method annotated with Operation which serves as a scope,
meaning that the operation contains references to other operations. If you want to limit
those nested operations to be only those defined in the Extension A, you can annotate that
parameter with @RestrictedTo(A.class)Copyright © 2017 MuleSoft, Inc.. All rights reserved.