Package jakarta.ws.rs.ext
Annotation Type ParamConverter.Lazy
-
@Target(TYPE) @Retention(RUNTIME) @Documented public static @interface ParamConverter.Lazy
Mandates that a conversion of anydefault value
delegated to aparameter converter
annotated with@Lazy
annotation SHOULD occur only once the value is actually required (e.g. to be injected for the first time).- Since:
- 2.0