spring-boot/spring-boot-tools/spring-boot-autoconfigure-processor
Stephane Nicoll 846e642631 Properly handle class reference
Previously, a condition on a class targeting an inner class would
generate an invalid String representation of it. Unfortunately, the
`toString` representation misses the `$` sign between the outer class
and the inner class name.

This commit post-processes the values to generate the appropriate
representation.

Closes gh-11282
2017-12-07 09:42:12 -08:00
..
2017-12-07 09:42:12 -08:00
2017-11-28 09:55:46 +00:00