接口 EnvironmentAware

所有超级接口:
Aware
所有已知实现类:
AutoConfigurationImportSelector, ImportAutoConfigurationImportSelector, MBeanExportConfiguration, PropertySourcesPlaceholderConfigurer

public interface EnvironmentAware extends Aware
Interface to be implemented by any bean that wishes to be notified of the Environment that it runs in.
作者:
TODAY 2018-11-14 21:06
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    setEnvironment(cn.taketoday.core.env.Environment environment)
     
  • 方法详细资料

    • setEnvironment

      void setEnvironment(cn.taketoday.core.env.Environment environment)