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

cn.mapway.document.annotation.Codes Maven / Gradle / Ivy

The newest version!
package cn.mapway.document.annotation;

import java.lang.annotation.*;

// TODO: Auto-generated Javadoc

/**
 * 注解.
 *
 * @author zhangjianshe
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
public @interface Codes {

    /**
     * Code list.
     *
     * @return the code[]
     */
    Code[] value();

    /**
     * scope.
     *
     * @return the string
     */
    String scope() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy