Releases: bbottema/java-reflection
Releases · bbottema/java-reflection
v3.13.0
v3.11.0
v3.10.1
v3.10.0
- Added methods for finding parameters by annotations type
- Moved to Intellij @nullability annotations
- Added license boilerplate code in Maven build script
- Solved a bunch of static anlayses warnings
- Improved how compatibility work when passing null-arguments as argument lists for locating constructors/methods
v3.9.5
v3.9.4
v3.9.3
- Added API for checking method compatibility based on actual arguments rather than by types only
- Added helper method to zip method parameters with their respective actual arguments
- Made the LookupMode arguments of type Set rather than EnumSet, so they can be made unmodifiable
- Added convenience method for returning the verify and return the only method in a findMethods result
v3.9.2
v3.9.1
- Added convencience method to return the first method for a specified name
- Added method that returns an annotation of a specified type from a list
- Added method that returns an annotation of a specified type from an array
- Fixed visibility modifier on a public API