org.hibernate.beanvalidation.tck.tests.integration.cdi.executable
Class NameProducer
java.lang.Object
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.NameProducer
@ApplicationScoped
public class NameProducer
- extends Object
- Author:
- Gunnar Morling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NameProducer
public NameProducer()
getName
@Produces
@Dependent
public String getName()
setName
public void setName(String name)
Copyright © 2008-2013. All Rights Reserved.