org.hibernate.beanvalidation.tck.tests.integration.cdi.managedobjects
Class Greeter

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.integration.cdi.managedobjects.Greeter

public class Greeter
extends Object

Author:
Gunnar Morling

Field Summary
static String MESSAGE
           
 
Constructor Summary
Greeter()
           
 
Method Summary
 String greet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE

public static final String MESSAGE
See Also:
Constant Field Values
Constructor Detail

Greeter

public Greeter()
Method Detail

greet

public String greet()


Copyright © 2008-2013. All Rights Reserved.