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

org.beifengtz.jvmm.server.annotation.JvmmMapping Maven / Gradle / Ivy

package org.beifengtz.jvmm.server.annotation;

import org.beifengtz.jvmm.convey.GlobalType;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * 

* Description: TODO *

*

* Created in 5:08 下午 2021/5/30 * * @author beifengtz */ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface JvmmMapping { String type() default ""; GlobalType typeEnum() default GlobalType.JVMM_TYPE_HANDLE_MSG; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy