Class AutomaticBean

java.lang.Object
com.puppycrawl.tools.checkstyle.AbstractAutomaticBean
com.puppycrawl.tools.checkstyle.api.AutomaticBean
All Implemented Interfaces:
Configurable, Contextualizable

@Deprecated(since="10.9.3") public abstract class AutomaticBean extends AbstractAutomaticBean
Deprecated.
since 10.9.3. Use AbstractAutomaticBean instead.
A Java Bean that implements the component lifecycle interfaces by calling the bean's setters for all configuration attributes.
  • Constructor Details