package com.squarespace.jersey2.guice.resource; public interface HelloService { String hello(); }