Package | Description |
---|---|
org.jboss.weld.construction.api |
Modifier and Type | Method and Description |
---|---|
T |
AroundConstructCallback.aroundConstruct(ConstructionHandle<T> handle,
javax.enterprise.inject.spi.AnnotatedConstructor<T> constructor,
Object[] parameters,
Map<String,Object> data)
The method is called during component creation, allowing an integrator to perform additional steps (e.g. invoking interceptors bound using the deployment
descriptor) around component construction.
|
Copyright © 2008–2017. All rights reserved.