Class DeprecatedPropertyBean

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, Aware, ApplicationContextAware

public class DeprecatedPropertyBean extends AbstractInitializableComponent implements ApplicationContextAware
A bean that emits deprecation warnings if a configurable set of properties are set.
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
    • applicationContext

      @Nullable private ApplicationContext applicationContext
      Spring context.
    • deprecatedProperties

      @Nonnull private Map<String,String> deprecatedProperties
      Deprecated properties.
    • deadProperties

      @Nonnull private Collection<String> deadProperties
      Dead properties.
  • Constructor Details

    • DeprecatedPropertyBean

      public DeprecatedPropertyBean()
      Constructor.
  • Method Details