public abstract class Installer extends Object implements Comparable<Installer>
| Constructor and Description |
|---|
Installer() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Installer other) |
protected abstract Class<?> |
getOriginalClass() |
protected abstract void |
install(com.google.inject.Binder binder) |
Long |
order() |
Copyright © 2012-2016. All Rights Reserved.