Commit e479076
committed
Clarify changelog about JSR305 changes
While LearnLib (via AutomataLib) currently still has a compile-time dependency on JSR305 annotations on JDKs >= 11, ef4dc4d removed them from hand-written code and from transitive dependencies of third party libraries (mainly Guava).
Since annotations that are not available at runtime are simply ignored by the JRE (treated as if the class/method/etc. was not annotated), this change alone allows us to effectively drop the dependency for user-land code without further consequences even if it is still referenced in (transitive) code.1 parent 702b4b8 commit e479076
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments