support for non auto binding extension points and treat guice modules as normal extension points

This commit is contained in:
Sebastian Sdorra
2014-12-19 17:41:46 +01:00
parent f64f29bb2e
commit bfd67c5aef
9 changed files with 93 additions and 88 deletions

View File

@@ -123,18 +123,6 @@ public class DefaultPluginLoader implements PluginLoader
return extensionProcessor;
}
/**
* Method description
*
*
* @return
*/
@Override
public Set<Module> getInjectionModules()
{
return ImmutableSet.copyOf(collector.getInjectionModules());
}
/**
* Method description
*