![JAR search and dependency download from the Maven repository](/logo.png)
cn.zkdcloud.annotation.MessageProcess Maven / Gradle / Ivy
package cn.zkdcloud.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface MessageProcess {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy