cn.jiangzeyin.common.AutoPropertiesClass Maven / Gradle / Ivy
package cn.jiangzeyin.common;
import java.lang.annotation.*;
/**
* 调用配置class
* Created by jiangzeyin on 2018/5/8.
*/
@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface AutoPropertiesClass {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy