isshoni-soft / winry

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

Add @Default annotation for setting a default value to a constructor parameter #62

Open Dragovorn opened 10 months ago

Dragovorn commented 10 months ago

This might require some changes to the lower level Araragi AnnotationManager to support this functionality.

Obviously will only work for primitive values, but might come in handy more than a few times.