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

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

There is a newer version: 0.9.0
Show newest version
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