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

org.ssssssss.magicapi.config.Message Maven / Gradle / Ivy

package org.ssssssss.magicapi.config;

import java.lang.annotation.*;

@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Message {

	/**
	 * 消息类型
	 */
	MessageType value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy