Class BindingSourceRestriction.PermitMapConstruction.PermitMapImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Map<ModuleSource,​com.google.common.collect.ImmutableSet<java.lang.Class<? extends java.lang.annotation.Annotation>>> modulePermits  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PermitMapImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      com.google.common.collect.ImmutableSet<java.lang.Class<? extends java.lang.annotation.Annotation>> getPermits​(ElementSource elementSource)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • modulePermits

        java.util.Map<ModuleSource,​com.google.common.collect.ImmutableSet<java.lang.Class<? extends java.lang.annotation.Annotation>>> modulePermits
    • Constructor Detail

      • PermitMapImpl

        private PermitMapImpl()