On 02/26/2015 10:27 PM, Peter Levart wrote:
The m.setAccessible(true) for the methods is needed to access methods of non-public annotations, right? This call could be moved to AnnotationType constructor as there it will be performed only once per Method object.
...which will have the added benefit in that it will guarantee that only one MethodAccessor object per Method will ever be constructed instead of two...
Peter
Regards, Peter