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

com.zengtengpeng.annotation.MQPublish Maven / Gradle / Ivy

The newest version!
package com.zengtengpeng.annotation;

import java.lang.annotation.*;

/**
 * MQ发送消息注解
 */
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface MQPublish {
    /**
     * topic name
     * @return
     */
    String name();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy