Package com.google.inject.spi
Interface BindingSourceRestriction.PermitMap
- All Known Implementing Classes:
BindingSourceRestriction.PermitMapConstruction.PermitMapImpl
- Enclosing class:
BindingSourceRestriction
static interface BindingSourceRestriction.PermitMap
Mapping between an element source and its permit annotations.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
com.google.common.collect.ImmutableSet
<Class<? extends Annotation>> getPermits
(ElementSource elementSource)
-
Method Details
-
getPermits
com.google.common.collect.ImmutableSet<Class<? extends Annotation>> getPermits(ElementSource elementSource) -
clear
void clear()
-