Package io.quarkus.arc.processor
Interface ContextRegistrar.RegistrationContext
-
- All Superinterfaces:
BuildExtension.BuildContext
- Enclosing interface:
- ContextRegistrar
public static interface ContextRegistrar.RegistrationContext extends BuildExtension.BuildContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextConfiguratorconfigure(Class<? extends Annotation> scopeAnnotation)-
Methods inherited from interface io.quarkus.arc.processor.BuildExtension.BuildContext
get, put
-
-
-
-
Method Detail
-
configure
ContextConfigurator configure(Class<? extends Annotation> scopeAnnotation)
- Parameters:
scopeAnnotation-- Returns:
- a new custom context configurator
-
-