Skip to content

0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 12:36

feat: Binding annotations more robust.

  • Add @BindAllMethods and @IgnoreMethod
  • Add 'only' and 'ignore' to fields at @BindType
  • fix bug: when more than once a custom type is present, prefixes the type with multiple 't.'.
    e.g., t.t.t.person when there's 2 Person in the type - Map<Person, List>.