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

cn.benma666.sjsj.myutils.MySjdx Maven / Gradle / Ivy

package cn.benma666.sjsj.myutils;

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

/**
 * 我的参数对象,包含所有后续操作需求的信息
 */
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
public @interface MySjdx {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy