Affects: latest version
Java 1.8 provides a new api for determining whether a method is the default method,
which replaces the default method determination in ReflectionUtils#findConcreteMethodsOnInterfaces
Comment From: sbrannen
- Superseded by PR #31197.
Comment From: sbrannen
Hi @liaozan,
Please do not submit both an issue and a PR for the same topic.
If you plan to submit a PR without first discussing the topic in an issue, a PR alone is sufficient.
Comment From: refeccd
@sbrannen Ok, I get it now, thanks!