Package com.jk.core.factory
Interface Test
- All Known Implementing Classes:
 TestImpl
public interface Test
This interface is solely for testing purposes where it provides a way to
 print some testing messages.
- Version:
 - 1.0
 - Author:
 - Dr. Jalal H. Kiswani
 
- 
Method Summary
 
- 
Method Details
- 
hello
String hello()This method generates a greeting message along with counter and instance information.- Returns:
 - a string containing the fixed hello message.
 
 
 -