@SessionScoped @Named(value="Fred") @Default public class ExplicitContructorSimpleBean extends Object implements Serializable
| Constructor and Description |
|---|
ExplicitContructorSimpleBean() |
ExplicitContructorSimpleBean(Shop shop) |
| Modifier and Type | Method and Description |
|---|---|
static int |
getConstructorCalls() |
void |
ping() |
static void |
setConstructorCalls(int constructorCalls) |
public ExplicitContructorSimpleBean()
@Inject public ExplicitContructorSimpleBean(Shop shop)
Copyright © 2008-2015 Seam Framework. All Rights Reserved.