1 package com.google.inject.struts2.example; 2 3 public interface Service { 4 getStatus()5 String getStatus(); 6 } 7