在以下情况下报告错误定义的托管 Bean 类:
类不为 final
类为 abstract
Bean 为非 static 内部类
示例:
@ManagedBean public final class JavaManagedBean { // 错误:托管 Bean 不应为 final ... }