mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +01:00
support for non auto binding extension points and treat guice modules as normal extension points
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user