Ejemplo n.º 1
0
 public MethodMetadata getMostConcreteMethodWithTag(final Object tagKey) {
   return CollectionUtils.firstElementOf(getMethodsWithTag(tagKey));
 }