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

javax.ws.rs.BodyParam Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package javax.ws.rs;

import io.vertx.up.uca.rs.mime.resolver.JsonResolver;

import java.lang.annotation.*;

@Target({ElementType.PARAMETER, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface BodyParam {
    /**
     * Default resolver to process the regionInput
     */
    Class resolver() default JsonResolver.class;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy