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

cn.hippo4j.starter.enable.EnableDynamicThreadPool Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.hippo4j.starter.enable;

import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

/**
 * Annotation to activate dynamic threadPool related configuration.
 *
 * @author chen.ma
 * @date 2021/7/8 23:28
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import({BeforeCheckConfiguration.class, MarkerConfiguration.class})
public @interface EnableDynamicThreadPool {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy