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

com.gracerun.summermq.annotation.PushMessage Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package com.gracerun.summermq.annotation;

import java.lang.annotation.*;

/**
 * 消息推送注解
 * @author Tom
 * @date 12/26/21
 * @version 1.0.0
 */
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface PushMessage {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy