Skip navigation links
org.noear.solon.annotation

Annotation Type Component

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element and Description
      boolean delivered
      要交付的(特定能力接口交付)
      int index
      排序(产生之后的同类组件顺序)
      String name 
      String tag
      标签,用于查找
      boolean typed
      同时注册类型,仅当名称非空时有效
      String value 
      • tag

        public abstract String tag
        标签,用于查找
        Default:
        ""
      • typed

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

        public abstract int index
        排序(产生之后的同类组件顺序)
        Default:
        0
      • delivered

        public abstract boolean delivered
        要交付的(特定能力接口交付)
        Default:
        true

Copyright © 2025. All rights reserved.