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

注释类型 Component

    • 可选元素概要

      可选元素 
      限定符和类型 可选元素和说明
      int index
      排序(只对部分类型有效)
      String name 
      boolean registered
      要注册的(能力接口)
      String tag
      标签,用于查找
      boolean typed
      同时注册类型,仅当名称非空时有效
      String value 
      • tag

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

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

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

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

Copyright © 2024. All rights reserved.