We have a number of limited beans that are instantiated at build-time during AOT optimizations. These are mostly related to classpath scanning.

To make sure that whatever the configuration class need in its constructor is irrelevant, flagging these are static would convey the right signal. Probably also something that should end up in the documentation at some point.