public interface IoCComponentProcessor
Modifier and Type | Method and Description |
---|---|
void |
postConstruct(Object o)
Post-construction initialization of a component.
|
void |
preConstruct()
Pre-construction initialization of a component.
|
void preConstruct()
void postConstruct(Object o)
For example, this may perform injecton onto the component.
o
- the component instance.Copyright © 2013 Oracle Corporation. All rights reserved.