Annotation Interface Bean


@Target(METHOD) @Retention(RUNTIME) public @interface Bean
Bean 工厂方法注解,用于 @Configuration 类中
Author:
夜雨
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Bean 名称,默认为方法名
  • Element Details

    • value

      String value
      Bean 名称,默认为方法名
      Default:
      ""