janishar / PlaceHolderView

This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to generate bind classes. DOCS -->
http://janishar.com/PlaceHolderView
Apache License 2.0
2.11k stars 367 forks source link

illegal use exception with @layout annotation #136

Closed scorlingonzalez closed 6 years ago

scorlingonzalez commented 6 years ago

i am getting an illegal use exception when i add the @layout annotation. i have literally just copied and pasted to code to make sure everything was exact but it just wont compile when i have this line of code @layout(R.layout.resource)

i get : this library only supports annotation on public, protected or local. use with private is not supported

scorlingonzalez commented 6 years ago

had to make all fields and methods public due to library annotation requirements