@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface Bean
只有当在Configuration注解所标识的类中才会生效.
Configuration