Skip to content

Instantly share code, notes, and snippets.

@nazartm
Created March 2, 2014 17:45
Show Gist options
  • Save nazartm/9310504 to your computer and use it in GitHub Desktop.
Save nazartm/9310504 to your computer and use it in GitHub Desktop.
@Path("/blog")
@Consumes({"application/vnd.blog.v2+xml", "application/vnd.blog.v2+json"})
@Produces({"application/vnd.blog.v2+xml", "application/vnd.blog.v2+json"})
public interface BlogRestfulService {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment