JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Module
jakarta.ws.rs
Package
jakarta.ws.rs.ext
Annotation Interface Provider
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
@Documented
public @interface
Provider
Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
Since:
1.0
Author:
Paul Sandoz, Marc Hadley