Esempio n. 1
0
 public static long getCount(TextContainer tc, String metricName) {
   return getValue(tc.getAnnotation(MetricsAnnotation.class), metricName);
 }