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

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

package com.nntk.restplus.annotation;

import java.lang.annotation.*;

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.PARAMETER})
public @interface QueryParam {
    String value() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy