0.1.2
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>.