private static final class BindingSourceRestriction.PermitMapConstruction.PermitMapImpl extends java.lang.Object implements BindingSourceRestriction.PermitMap
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Map<ModuleSource,com.google.common.collect.ImmutableSet<java.lang.Class<? extends java.lang.annotation.Annotation>>> |
modulePermits |
| Modifier | Constructor and Description |
|---|---|
private |
PermitMapImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
com.google.common.collect.ImmutableSet<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getPermits(ElementSource elementSource) |
java.util.Map<ModuleSource,com.google.common.collect.ImmutableSet<java.lang.Class<? extends java.lang.annotation.Annotation>>> modulePermits
public com.google.common.collect.ImmutableSet<java.lang.Class<? extends java.lang.annotation.Annotation>> getPermits(ElementSource elementSource)
getPermits in interface BindingSourceRestriction.PermitMappublic void clear()
clear in interface BindingSourceRestriction.PermitMap