-
public interface Plugin
A Plugin that can be applied when creating a bean scope.Typically, a plugin might provide a default dependency via
BeanScopeBuilder.provideDefault(Type, Provider).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(BeanScopeBuilder builder)Apply the plugin to the scope builder.Class<?>[]provides()Return the classes that the plugin provides.
-
-
-
Method Detail
-
apply
void apply(BeanScopeBuilder builder)
Apply the plugin to the scope builder.
-
-