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

com.springframework.boxes.jmetric.starter.EnableMetric Maven / Gradle / Ivy

There is a newer version: 2.0.9
Show newest version
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