~hudson-ubuntu/+junk/sezpoz

« back to all changes in this revision

Viewing changes to perftest/src/main/java/using_serviceloader/DemoService.java

  • Committer: James Page
  • Date: 2010-11-24 13:57:41 UTC
  • Revision ID: james.page@canonical.com-20101124135741-8ntgqh7ltywqy3x2
InitialĀ releaseĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package using_serviceloader;
 
2
public interface DemoService {
 
3
    int type();
 
4
    void run();
 
5
}