Reports incorrect usages of bean types that cannot be proxied.

The container can't proxy certain legal bean types: classes which don't have a non-private constructor with no parameters, classes which are declared final, or have final methods, primitive types, and array types.

The inspection reports the following violations for such bean types: