Class ToastrExclusionsModule

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.util.Set<java.lang.String> excludeJars()  
      @NotNull java.util.Set<java.lang.String> excludeModules()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
      • Methods inherited from interface com.guicedee.guicedinjection.interfaces.IDefaultService

        compare, compareTo, sortOrder
    • Constructor Detail

      • ToastrExclusionsModule

        public ToastrExclusionsModule()
    • Method Detail

      • excludeJars

        @NotNull
        public @NotNull java.util.Set<java.lang.String> excludeJars()
        Specified by:
        excludeJars in interface com.guicedee.guicedinjection.interfaces.IGuiceScanJarExclusions<ToastrExclusionsModule>
      • excludeModules

        @NotNull
        public @NotNull java.util.Set<java.lang.String> excludeModules()
        Specified by:
        excludeModules in interface com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions<ToastrExclusionsModule>