osglworks / java-tool

Some simple common Java utilities
Apache License 2.0
52 stars 18 forks source link

Generics - provide exception free `typeParamImplementations` method #199

Closed greenlaw110 closed 5 years ago

greenlaw110 commented 5 years ago

The current Generics.typeParamImplementations method throws exception when type param implementation info not found.

This enhancement is to provide a method that returns empty list in case type param implementation info not found