Interface BeanContextConfigurable

All Known Implementing Classes:
AbstractExecutableMethodsDefinition, AbstractInitializableBeanDefinition, AbstractInitializableBeanDefinitionAndReference, EvaluatedAnnotationMetadata

public interface BeanContextConfigurable
Interface for components configurable by the bean context.
Since:
4.0
Author:
Sergey Gavirlov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Configure the component for the given bean context.
  • Method Details

    • configure

      void configure(BeanContext context)
      Configure the component for the given bean context.
      Parameters:
      context - The bean context