org.kuali.common.util.spring.config
Class HelloAndGoodbyeConfig

java.lang.Object
  extended by org.kuali.common.util.spring.config.HelloAndGoodbyeConfig

@Configuration
public class HelloAndGoodbyeConfig
extends Object


Constructor Summary
HelloAndGoodbyeConfig()
           
 
Method Summary
 Message goodbyeMessage()
           
 Message helloWorldMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloAndGoodbyeConfig

public HelloAndGoodbyeConfig()
Method Detail

helloWorldMessage

@Bean
public Message helloWorldMessage()

goodbyeMessage

@Bean
public Message goodbyeMessage()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.