Skip to content

Instantly share code, notes, and snippets.

@htimur
Created November 17, 2016 17:57
Show Gist options
  • Select an option

  • Save htimur/0ad1413299371fe99d5a253a9d013e18 to your computer and use it in GitHub Desktop.

Select an option

Save htimur/0ad1413299371fe99d5a253a9d013e18 to your computer and use it in GitHub Desktop.
@Singleton
class HomeController @Inject() extends Controller {
@Counted(monotonic = true)
@Timed
@Metered
def index = Action {
Ok(views.html.index("Your new application is ready."))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment