mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 22:15:45 +01:00
support for non auto binding extension points and treat guice modules as normal extension points
This commit is contained in:
@@ -51,5 +51,6 @@ import java.lang.annotation.Target;
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface ExtensionPoint
|
||||
{
|
||||
boolean multi() default true;
|
||||
boolean multi() default true;
|
||||
boolean autoBind() default true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user