public interface AroundConstructCallback<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AroundConstructCallback.ConstructionHandle<T> |
| Modifier and Type | Method and Description |
|---|---|
T |
aroundConstruct(Object[] parameters,
AroundConstructCallback.ConstructionHandle<T> handle) |
T aroundConstruct(Object[] parameters, AroundConstructCallback.ConstructionHandle<T> handle)
Copyright © 2013 Seam Framework. All Rights Reserved.