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

com.gitee.qdbp.staticize.annotation.DynamicAttrSupport Maven / Gradle / Ivy

There is a newer version: 3.5.18
Show newest version
package com.gitee.qdbp.staticize.annotation;

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

/**
 * 动态参数支持注解
 *
 * @author zhaohuihua
 * @version 20200929
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface DynamicAttrSupport {

    /** 存放动态参数的容器名称 **/
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy