Annotation Type Metrics


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface Metrics
    This annotation must be added on each method of a component. This method is automatically registered in the analyticsManager as a metrics supplier .
    Author:
    mlaroche