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

remove dead allocation #70

Closed mebigfatguy closed 1 year ago

mebigfatguy commented 1 year ago

Simple removal of unneeded list allocation

cowtowncoder commented 1 year ago

Ok yes, that is unnecessary. Thanks!