Bug Fixes
- Fix bug where referenced class objects and instanceof checks were not detected if declared within a lambda (see #992)
- Fix empty records not being detected as records (see #998; thanks a lot to @hankem)
- Fix Javadoc on
layeredArchitecture()
missing the newconsideringDependencies
part (see #977; thanks a lot to @Thunderforge) - Fix user guide still showing
DescribedPredicate.apply
instead of.test
(see #978; thanks a lot to @thmuch)