FasterXML / java-classmate

Library for introspecting generic type information of types, member/static methods, fields. Especially useful for POJO/Bean introspection.
http://fasterxml.com
Apache License 2.0
258 stars 42 forks source link

Optimize toArray (#44) #45

Closed re-thc closed 5 years ago

re-thc commented 5 years ago

replace toArray(new T[size]) with toArray(new T[0]) for better performance