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

xin.manong.weapon.spring.boot.annotation.EnableONSProducer Maven / Gradle / Ivy

package xin.manong.weapon.spring.boot.annotation;

import org.springframework.context.annotation.Import;
import xin.manong.weapon.spring.boot.bean.ONSProducerDefinitionRegistryPostProcessor;

import java.lang.annotation.*;

/**
 * 阿里云ONS消息生产启动注解
 *
 * @author frankcl
 * @date 2022-08-26 11:55:50
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import({ONSProducerDefinitionRegistryPostProcessor.class})
public @interface EnableONSProducer {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy