跳过导航链接
org.noear.solon.annotation

注释类型 Bean

      • tag

        public abstract String tag
        标签,用于查找
        默认值:
        ""
      • typed

        public abstract boolean typed
        要类型的(同时注册类型),仅当名称非空时有效
        默认值:
        false
      • index

        public abstract int index
        排序(只对部分类型有效)
        默认值:
        0
      • registered

        public abstract boolean registered
        要注册的(能力接口)
        默认值:
        true
      • injected

        public abstract boolean injected
        要注入的
        默认值:
        false
      • initMethod

        public abstract String initMethod
        初始化方法
        默认值:
        ""
      • destroyMethod

        public abstract String destroyMethod
        注销方法
        默认值:
        ""

Copyright © 2024. All rights reserved.