Osman Shoukry
Osman Shoukry
From Issue #108 ``` Also note that after getting the path, I get the following warnings: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.openpojo.reflection.impl.PojoFieldImpl...
It would be ideal if the filter is a vararg to make it optional as well as minimize the amount of boiler plate code written to pass filters in.
Need a way to get all inherited fields in one call, something like: ```java PojoClass { [...] public List getAllPojoFields(); // return all declared and inherited. public List getInheritedPojoFields(); //...