报告接口/ abstract 类 <bean> 声明的实例化错误。

示例:


  <beans>
    <bean class="java.util.List"/>
    // 报告 '非 abstract Bean 不允许接口'
  </beans>