Quick question, maybe I'm missing something in the doc.
I can summon arbitraries in PBTs and @provide annotated methods with configuration annotations.
Is there a handy way to summon already pre-configured arbitrary instances in an imperative way? I was hoping this will do the trick: Arbitraries.defaultFor(TypeUsage.of(MyClass.class).withAnnotation(Annotation)) but looks like it doesn't.