Annotation Interface OptionalPropagator
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@InheritedAnnotation
public @interface OptionalPropagator
Methods whose receiver is an
Optional
and return an Optional
.