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: 1.1.11
Show newest version
package cn.jiangzeyin.common;

import java.lang.annotation.*;

/**
 * Created by jiangzeyin on 2017/10/24.
 */
@Documented
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface PreLoadMethod {
    int value() default 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy