Annotation Interface Bean


@Documented @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Bean
  • Element Details

    • value

      String value
      Default:
      ""
    • id

      String id
      Default:
      ""
    • initMethod

      String initMethod
      Default:
      ""
    • destroyMethod

      String destroyMethod
      Default:
      ""
    • lazyInit

      boolean lazyInit
      Default:
      false
    • lazyDestroy

      boolean lazyDestroy
      Default:
      false
    • important

      boolean important
      Default:
      false