Package io.micronaut.context
Interface BeanContextConfigurable
- All Known Implementing Classes:
AbstractExecutableMethodsDefinition
,AbstractInitializableBeanDefinition
,EvaluatedAnnotationMetadata
public interface BeanContextConfigurable
Interface for components configurable by the bean context.
- Since:
- 4.0
- Author:
- Sergey Gavirlov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(BeanContext context) Configure the component for the given bean context.
-
Method Details
-
configure
Configure the component for the given bean context.- Parameters:
context
- The bean context
-