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

com.es.plus.annotation.EsId Maven / Gradle / Ivy

package com.es.plus.annotation;

import java.lang.annotation.*;

@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface EsId {

    /**
     * 名字
     *
     * @return {@link String}
     */
    String name() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy