org.opt4j.core.config
Interface ModuleList

All Known Implementing Classes:
ModuleAutoFinder, ModuleListUser

public interface ModuleList

The ModuleList offers a method to obtain a Collection of Modules.


Method Summary
 java.util.Collection<java.lang.Class<? extends com.google.inject.Module>> getModules()
          Returns the classes of all modules.
 

Method Detail

getModules

java.util.Collection<java.lang.Class<? extends com.google.inject.Module>> getModules()
Returns the classes of all modules.

Returns:
the classes of all modules