public static class ModuleGenerator.NOP extends Object implements ModuleGenerator
ModuleGenerator.NOP| Constructor and Description |
|---|
NOP() |
| Modifier and Type | Method and Description |
|---|---|
com.google.inject.Module |
create() |
void |
export(Export export,
Class<?> type) |
void |
listen(com.google.inject.TypeLiteral<?> tl,
Class<?> clazz) |
void |
setPluginName(String name) |
public void setPluginName(String name)
setPluginName in interface ModuleGeneratorpublic void listen(com.google.inject.TypeLiteral<?> tl,
Class<?> clazz)
listen in interface ModuleGeneratorpublic void export(Export export, Class<?> type)
export in interface ModuleGeneratorpublic com.google.inject.Module create()
throws InvalidPluginException
create in interface ModuleGeneratorInvalidPluginException