Class Installer
- java.lang.Object
-
- io.nuun.kernel.core.internal.injection.Installer
-
- All Implemented Interfaces:
Comparable<Installer>
- Direct Known Subclasses:
ClassInstaller,UnitModuleInstaller
public abstract class Installer extends Object implements Comparable<Installer>
-
-
Constructor Summary
Constructors Constructor Description Installer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intcompareTo(Installer other)protected abstract Class<?>getOriginalClass()protected abstract voidinstall(com.google.inject.Binder binder)Longorder()
-