View Javadoc
1   package com.wpollock.manualdidemo;
2   
3   public interface GreetingService {
4       void greet();
5   }