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

com.envisioniot.enos.enosapi.common.annotation.EnOSRequestBody Maven / Gradle / Ivy

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

import java.lang.annotation.*;

/**
 * created by dongdong.wang
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface EnOSRequestBody {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy