sockeqwe / AnnotatedAdapter

Write less code with AnnotatedAdapter, an annotation processor for generating RecyclerView and AbsListView adapters
http://hannesdorfmann.com/android/AnnotatedAdapter/
Apache License 2.0
195 stars 31 forks source link

Support library projects #11

Open sockeqwe opened 9 years ago

sockeqwe commented 9 years ago

Remove the delegator map. Make it part of the AdapterBinder interface so that everyone Adapater has to return a instance of its delegate by its own, completely without reflections.