Good day,

I love this new feature, and it'll be really useful since I have lots of
use cases at real work to try it on.

However, I'd like to point out that a less verbose form of this feature
would be to pass a Supplier in the StableValue.of method, something like:

static final StableValue<OrderController> ORDERS =
> StableValue.of(OrderController::new);


Best regards, and thanks for your time.

David Vidal.

Reply via email to