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 Type
    Method
    Description
    void
     
    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()