Skip to content

Instantly share code, notes, and snippets.

@tjquinno
Created October 3, 2019 23:13
Show Gist options
  • Save tjquinno/abfb723acf3a1af78a5055e6e135380e to your computer and use it in GitHub Desktop.
Save tjquinno/abfb723acf3a1af78a5055e6e135380e to your computer and use it in GitHub Desktop.
package com.mycorp.myapp;
public class MyEndpoints {
@GET
@Metered(name = "greetings")
@Produces(MediaType.TEXT_PLAIN)
public String greet() {...}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment