All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mpierce.jersey2.metrics.annotation.MetricsAnnotationFeatureChecker Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package org.mpierce.jersey2.metrics.annotation;

/**
 * Abstraction around checking whether a particular feature is enabled on @ResourceMetrics.
 */
interface MetricsAnnotationFeatureChecker {

    /**
     * @param ann annotation to check
     * @return true if the feature relevant to the implementor is enabled
     */
    boolean check(ResourceMetrics ann);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy