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

system.base.annotation.Auto Maven / Gradle / Ivy

The newest version!
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package system.base.annotation;

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

/**
 *
 * @author wangchunzi
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface Auto {

    /**
     * 默认值是1
     *
     * @return int
     */
    public int value() default 1;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy