Reports instantiation errors on interface/abstract class <bean> declarations.

Example:


  <beans>
    <bean class="java.util.List"/>
    <!-- reports 'Interface not allowed for non-abstract beans' -->
  </beans>