[This example](https://github.com/cppwfs/registrarissue) from @cppwfs produces this output: ``` | dataSourceInitializerPostProcessor (field private org.springframework.beans.factory.BeanFactory org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerPostProcessor.beanFactory) ↑ ↓ | testBeanB0 ↑ ↓ | myConfiguration (field private javax.sql.DataSource io.spring.MyConfiguration.dataSource) ↑ ↓ | testBeanB1 ↑ ↓ | testBeanA └─────┘ ``` The `┌─────┐` at the top of the cycle diagram is missing.