Class ToastrExclusionsModule
java.lang.Object
com.jwebmp.plugins.toastr.implementations.ToastrExclusionsModule
- All Implemented Interfaces:
com.guicedee.guicedinjection.interfaces.IDefaultService<ToastrExclusionsModule>,com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions<ToastrExclusionsModule>,java.lang.Comparable<ToastrExclusionsModule>,java.util.Comparator<ToastrExclusionsModule>
public class ToastrExclusionsModule extends java.lang.Object implements com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions<ToastrExclusionsModule>
-
Constructor Summary
Constructors Constructor Description ToastrExclusionsModule() -
Method Summary
Modifier and Type Method Description @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, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface com.guicedee.guicedinjection.interfaces.IDefaultService
compare, compareTo, sortOrder
-
Constructor Details
-
ToastrExclusionsModule
public ToastrExclusionsModule()
-
-
Method Details
-
excludeModules
@NotNull public @NotNull java.util.Set<java.lang.String> excludeModules()- Specified by:
excludeModulesin interfacecom.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions<ToastrExclusionsModule>
-