Description
Types (meta-)annotated with Spring's Component are scanned directly and eagerly, while classic JAXB viewmodels, that have no annotation that Spring would recognize, are not. Those are indirectly recognized during introspection of above types.
Looks like we need to have our BeanTypeClassifier correctly classify them, otherwise they get ignored by the MM introspector.