@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface SpringBean
public abstract String name
public abstract boolean required
false if the bean is optional. Default: true.Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.