@Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Documented public static @interface ApplicationX.Bean
public abstract String[] value
If left unspecified, the name of the bean is the name of the annotated method. If specified, the method name is ignored.
Copyright © 2021. All rights reserved.