Previously, if a type to bind had a property whose type could not be loaded, this would fail the whole build. This commit makes sure that such failure does not stop AOT processing: rather we ignore the incomplete type and carry on. Closes gh-43598
@SpringBootConfiguration
Startables