Annotation Interface RegistryType


Qualifies the type of Metric Registry to inject.

This can be used to obtain the respective scoped MetricRegistry:


      @Inject
      @RegistryType(type=MetricRegistry.Type.BASE)
      MetricRegistry baseRegistry;
 
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The scope of the MetricRegistry.