public interface ConstructorCallback
Modifier and Type | Method and Description |
---|---|
void |
onConstruct(Object instance,
InstanceContext context)
Invoked at the end of the class constructor to perform any additional initializations.
|
void onConstruct(Object instance, InstanceContext context)
instance
- newly constructed instancecontext
- instance context for class5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.