Uwe Schaefer
Results
52
comments of
Uwe Schaefer
this is done by the major rewrite that is part of 0.8
After some discussions of offering type conversion or not, we agreed on doing preferrably: `@MetaData("myKey") Optional myOptionalValue` or (for those who know what they're doing) `@MetaData("myKey") String myOptionalValue` where myOptionalValue...