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

注释类型 Bean

    • 可选元素概要

      可选元素 
      限定符和类型 可选元素和说明
      boolean delivered
      要交付的(特定能力接口交付)
      String destroyMethod
      注销方法
      int index
      排序(产生之后的同类组件顺序)
      String initMethod
      初始化方法
      boolean injected
      要注入的
      String name 
      int priority
      优先(产生之前的运行优先级;越大越优)
      String tag
      标签,用于查找
      boolean typed
      要类型的(同时注册类型),仅当名称非空时有效
      String value 
      • tag

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

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

        public abstract int index
        排序(产生之后的同类组件顺序)
        默认值:
        0
      • priority

        public abstract int priority
        优先(产生之前的运行优先级;越大越优)
        默认值:
        0
      • delivered

        public abstract boolean delivered
        要交付的(特定能力接口交付)
        默认值:
        true
      • injected

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

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

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

Copyright © 2024. All rights reserved.