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