Package org.opt4j.core.config
Interface ModuleList
-
- All Known Implementing Classes:
ModuleAutoFinder
,ModuleListUser
public interface ModuleList
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.Class<? extends com.google.inject.Module>>
getModules()
Returns the classes of all modules.
-