Annotation Interface RegistryType


Deprecated.
As of rlease 5.0, please use RegistryScope instead
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
    Deprecated.
    The scope of the MetricRegistry.