
io.github.yezhihao.protostar.annotation.Message Maven / Gradle / Ivy
package io.github.yezhihao.protostar.annotation;
import java.lang.annotation.*;
/**
* @author yezhihao
* https://gitee.com/yezhihao/jt808-server
*/
@Inherited
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Message {
int[] value() default {};
String desc() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy