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

eleme.openapi.sdk.oauth.mapping.TokenField Maven / Gradle / Ivy

The newest version!
package eleme.openapi.sdk.oauth.mapping;

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

/**
 * 数据结构属性注解
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(value = {ElementType.FIELD})
public @interface TokenField {
    /*JSON 属性映射名称*/
    String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy