org.jboss.cdi.tck.tests.implementation.simple.newSimpleBean
Class ExplicitContructorSimpleBean
java.lang.Object
org.jboss.cdi.tck.tests.implementation.simple.newSimpleBean.ExplicitContructorSimpleBean
- All Implemented Interfaces:
- Serializable
@SessionScoped
@Named(value="Fred")
@Default
public class ExplicitContructorSimpleBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExplicitContructorSimpleBean
public ExplicitContructorSimpleBean()
ExplicitContructorSimpleBean
@Inject
public ExplicitContructorSimpleBean(Shop shop)
ping
public void ping()
getConstructorCalls
public static int getConstructorCalls()
setConstructorCalls
public static void setConstructorCalls(int constructorCalls)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.