Package com.google.inject
Annotation Interface RestrictedBindingSource.Permit
- Enclosing class:
RestrictedBindingSource
@Documented
@Retention(RUNTIME)
@Target(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()
).- Since:
- 5.0