Skip to content

Instantly share code, notes, and snippets.

@steinarb
Created March 20, 2020 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steinarb/2a20d26cd2249b09ccbe3573ef78427c to your computer and use it in GitHub Desktop.
Save steinarb/2a20d26cd2249b09ccbe3573ef78427c to your computer and use it in GitHub Desktop.
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