com.springframework.boxes.jmetric.starter.EnableMetric Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boxes-metric-starter Show documentation
Show all versions of spring-boxes-metric-starter Show documentation
spring-metric-boxes-boot-starter
package com.springframework.boxes.jmetric.starter;
import com.springframework.boxes.jmetric.starter.configure.BoxesMetricAutoConfiguration;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@Import({BoxesMetricAutoConfiguration.class})
public @interface EnableMetric {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy