Annotation Type Bean


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

      • value

        java.lang.String value
        Default:
        ""
      • id

        java.lang.String id
        Default:
        ""
      • scope

        ScopeType scope
        Default:
        com.aspectran.core.context.rule.type.ScopeType.SINGLETON
      • initMethod

        java.lang.String initMethod
        Default:
        ""
      • destroyMethod

        java.lang.String destroyMethod
        Default:
        ""
      • lazyInit

        boolean lazyInit
        Default:
        false
      • important

        boolean important
        Default:
        false