@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Bean
//注解在配置器的函数上public abstract String tag
@Deprecated public abstract boolean registered
public abstract String initMethod
public abstract String destroyMethod
Copyright © 2024. All rights reserved.