@Deprecated public interface BaseComponent extends NamedComponent
Modifier and Type | Method and Description |
---|---|
default void |
disposeComponent()
Deprecated.
Use
Disposable |
default void |
initComponent()
Deprecated.
Use
PersistentStateComponent.initializeComponent() or perform initialization in constructor for non-persistence component. |
getComponentName
@Deprecated default void initComponent()
PersistentStateComponent.initializeComponent()
or perform initialization in constructor for non-persistence component.@Deprecated default void disposeComponent()
Disposable