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

com.nntk.restplus.annotation.Body Maven / Gradle / Ivy

package com.nntk.restplus.annotation;

import java.lang.annotation.*;

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.PARAMETER})
public @interface Body {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy