Home | History | Annotate | Download | only in example
      1 package com.google.inject.struts2.example;
      2 
      3 public interface Service {
      4 
      5   String getStatus();
      6 }
      7