We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1293a commit 24b0aebCopy full SHA for 24b0aeb
RELEASE.txt
@@ -4,6 +4,20 @@ https://github.com/bbottema/java-reflection
4
RELEASE NOTES Java Reflection
5
6
7
+v3.10.1
8
+
9
+- Made locateClass a little bit more user friendly by deferring return type T
10
11
12
+v3.10.0
13
14
+- Added methods for finding parameters by annotations type
15
+- Moved to Intellij @Nullability annotations
16
+- Added license boilerplate code in Maven build script
17
+- Solved a bunch of static anlayses warnings
18
+- Improved how compatibility work when passing null-arguments as argument lists for locating constructors/methods
19
20
21
v3.9.5
22
23
- Added method to check if a class has a method with a given name
0 commit comments