javax.ws.rs.ContextParam Maven / Gradle / Ivy
package javax.ws.rs;
import java.lang.annotation.*;
@Target({ElementType.PARAMETER, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ContextParam {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy