View Javadoc
1   package org.kuali.common.util.helloworld;
2   
3   public interface HelloWorldService {
4   
5   	void sayHello();
6   
7   }