0.2
- Support for generic types in parameters like
List<String>
,Map<String, Double>
,Set<T>
etc... - Support for Guava
Optional
- Fix a bug with handling optional parameters when the parameter is explicitly set to null
List<String>
, Map<String, Double>
, Set<T>
etc...Optional