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

cn.jiangzeyin.common.AutoPropertiesMethod Maven / Gradle / Ivy

package cn.jiangzeyin.common;

import java.lang.annotation.*;

/**
 * 调用方法
 *
 * @author jiangzeyin
 * @date 2018/5/8
 */
@Documented
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface AutoPropertiesMethod {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy