isshoni-soft / winry

Isshoni Bootstrapper, uses introspection & code generation to streamline bootstrapping & general development
0 stars 0 forks source link

Intelligent optional supplying #56

Closed Dragovorn closed 1 year ago

Dragovorn commented 1 year ago

I'm not sure if this is already a thing within the Araragi annotation manager, but parameter suppliers should be capable of inserting into an Optional parameter of the same type using Optional.ofNullable(...), would add a way of dealing with a null return type.

Dragovorn commented 1 year ago

Closing this, annotation manager low-level stuff like this would be done in Araragi, move there.