package no.priv.bang.demos.jerseyinkaraf.webapi.resources; | |
@Path("/counter") | |
@Produces(MediaType.APPLICATION_JSON) | |
public class CounterResource { | |
@Inject | |
Counter counter; | |
@Inject | |
LogService logservice; | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment