Annotation Interface LinkELProvider
Use on your JAX-RS method, resource class or resource class' package to indicate that
you have a custom ELProvider for any links added to this response's entity.
- Author:
- Stéphane Épardaud
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass
<? extends ELProvider> The class for the custom ELProvider that will set up the EL context for your resource discovery.
-
Element Details
-
value
Class<? extends ELProvider> valueThe class for the custom ELProvider that will set up the EL context for your resource discovery.
-