@Documented @Target(value=TYPE) @Retention(value=RUNTIME) @Inherited public @interface MetricsReporter
MetricsStream
. Any class that is annotated using this should adhere to the following guidelines.
1. The element must be a class type element
2. The class or at least one of its super classes must implement MetricsReportable
interface.Copyright © 2016–2019 AdroitLogic. All rights reserved.