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

com.envisioniot.enos.enosapi.common.request.EnOSPathVariable Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.envisioniot.enos.enosapi.common.request;

import java.lang.annotation.*;

/**
 * @Description:
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface EnOSPathVariable {

    String name() default ""; //PathVariable的value/name值
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy