File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
src/main/java/com/fasterxml/classmate Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Java ClassMate project: licensed under Apache License 2.0
33
44Release notes:
55
6+ 1.8.0 (not yet released)
7+
8+ -
9+
6101.7.1 (26-Sep-2025)
711
812- Branch "master" renamed as "main"
Original file line number Diff line number Diff line change 77 </parent >
88 <artifactId >classmate</artifactId >
99 <name >ClassMate</name >
10- <version >1.7.2 -SNAPSHOT</version >
10+ <version >1.8.0 -SNAPSHOT</version >
1111 <packaging >bundle</packaging >
1212 <description >Library for introspecting types with full generic information
1313 including resolving of field and method types.
Original file line number Diff line number Diff line change 1313/**
1414 * Object that is used for resolving generic type information of a class
1515 * so that it is accessible using simple API. Resolved types are also starting
16- * point for accessing resolved (generics aware) return and argument types
16+ * point for accessing resolved (generics- aware) return and argument types
1717 * of class members (methods, fields, constructors).
1818 *<p>
1919 * Note that resolver instances are stateful in that resolvers cache resolved
You can’t perform that action at this time.
0 commit comments