Skip to content

Instantly share code, notes, and snippets.

@tjquinno
Last active October 3, 2019 23:04
Show Gist options
  • Save tjquinno/da02cf731517455f46e731683ddbbe0b to your computer and use it in GitHub Desktop.
Save tjquinno/da02cf731517455f46e731683ddbbe0b to your computer and use it in GitHub Desktop.
MetricsReuseTwoInjects
package com.mycorp.myapp;
public class MyEndpoints {
@Inject
Meter greetings;
@Inject
@Metric(name = "greetings")
Meter myGreetings;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment