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

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

There is a newer version: 2.4.0
Show newest version
package cn.jiangzeyin.common;

import java.lang.annotation.*;

/**
 * 预加载需要调用的方法
 *
 * @author jiangzeyin
 * @date 2017/10/24
 */
@Documented
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface PreLoadMethod {

    int value() default 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy