@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public static @interface RestrictedBindingSource.Permit
Meta-annotation indicating that the target annotation is a permit for binding restricted
bindings. Annotating a binding source (defined in top-level javadoc) with a permit gives it
permission to bind the restricted bindings guarded by the permit (see RestrictedBindingSource.permits()).