Describe the feature
It would be really nice if we could annotated Optional's with @Singular too
@Singular
Optional<Connectors> connectors,
Doing so, the builder would create connectors(Connectors) and it would create the Optional instance from that parameter.