blob: 419fd851f60c99888c13787942cccdbf9801d154 [file] [log] [blame]
package com.google.inject.struts2.example;
public interface Service {
String getStatus();
}