Annotation Type Measured


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Measured
    Annotation that marks a method for interception by AOP. It's primarily used for collecting metrics.
    Author:
    Alex Bogdanovski [alex@erudika.com]