package responses.sysadmin; import responses.Response; public class GetAnnotationsResponse extends Response { public GetAnnotationsResponse(String responseName) { super("GetResponseName"); } }