<legend id='mUtPs'><style id='mUtPs'><dir id='mUtPs'><q id='mUtPs'></q></dir></style></legend>
  • <i id='mUtPs'><tr id='mUtPs'><dt id='mUtPs'><q id='mUtPs'><span id='mUtPs'><b id='mUtPs'><form id='mUtPs'><ins id='mUtPs'></ins><ul id='mUtPs'></ul><sub id='mUtPs'></sub></form><legend id='mUtPs'></legend><bdo id='mUtPs'><pre id='mUtPs'><center id='mUtPs'></center></pre></bdo></b><th id='mUtPs'></th></span></q></dt></tr></i><div id='mUtPs'><tfoot id='mUtPs'></tfoot><dl id='mUtPs'><fieldset id='mUtPs'></fieldset></dl></div>

        • <bdo id='mUtPs'></bdo><ul id='mUtPs'></ul>
        <tfoot id='mUtPs'></tfoot>

        <small id='mUtPs'></small><noframes id='mUtPs'>

        Java注解成员可以使用哪些类型?

        时间:2023-07-26
        <i id='apHtj'><tr id='apHtj'><dt id='apHtj'><q id='apHtj'><span id='apHtj'><b id='apHtj'><form id='apHtj'><ins id='apHtj'></ins><ul id='apHtj'></ul><sub id='apHtj'></sub></form><legend id='apHtj'></legend><bdo id='apHtj'><pre id='apHtj'><center id='apHtj'></center></pre></bdo></b><th id='apHtj'></th></span></q></dt></tr></i><div id='apHtj'><tfoot id='apHtj'></tfoot><dl id='apHtj'><fieldset id='apHtj'></fieldset></dl></div>

            • <tfoot id='apHtj'></tfoot>

              <small id='apHtj'></small><noframes id='apHtj'>

                <tbody id='apHtj'></tbody>
              • <legend id='apHtj'><style id='apHtj'><dir id='apHtj'><q id='apHtj'></q></dir></style></legend>
                  <bdo id='apHtj'></bdo><ul id='apHtj'></ul>

                  本文介绍了Java注解成员可以使用哪些类型?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  今天我想在 这个文档之后创建我的第一个注释接口 我得到了这个编译器错误

                  <块引用>

                  注解成员的类型无效":公共@interface MyAnnotation {对象我的参数;^^^^^^}

                  显然 Object 不能用作注解成员的类型.不幸的是,我找不到任何关于一般可以使用哪些类型的信息.

                  这是我通过反复试验发现的:

                  • 字符串 → 有效
                  • int → 有效
                  • 整数 → 无效(令人惊讶)
                  • String[] → 有效(令人惊讶)
                  • 对象 → 无效

                  也许有人可以阐明哪些类型实际上是允许的以及为什么.

                  解决方案

                  由JLS 的第 9.6.1 节.注释成员类型必须是以下之一:

                  • 原始
                  • 字符串
                  • 一个枚举
                  • 另一个注解
                  • 上述任何一项的数组

                  它看起来确实有限制,但毫无疑问是有原因的.

                  还要注意多维数组(例如 String[][])被上述规则隐式禁止.

                  如 this answer 中所述,不允许使用 Class 数组.

                  Today I wanted to create my first annotation interface following this documentation and I got this compiler error

                  Invalid type for annotation member":
                  public @interface MyAnnotation {
                      Object myParameter;
                      ^^^^^^
                  }
                  

                  Obviously Object cannot be used as type of an annotation member. Unfortunately I could not find any information on which types can be used in general.

                  This I found out using trial-and-error:

                  • String → Valid
                  • int → Valid
                  • Integer → Invalid (Surprisingly)
                  • String[] → Valid (Surprisingly)
                  • Object → Invalid

                  Perhaps someone can shed some light on which types are actually allowed and why.

                  解决方案

                  It's specified by section 9.6.1 of the JLS. The annotation member types must be one of:

                  • primitive
                  • String
                  • an Enum
                  • another Annotation
                  • Class
                  • an array of any of the above

                  It does seem restrictive, but no doubt there are reasons for it.

                  Also note that multidimensional arrays (e.g. String[][]) are implicitly forbidden by the above rule.

                  Arrays of Class are not allowed as described in this answer.

                  这篇关于Java注解成员可以使用哪些类型?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:在 JPA 中设置列​​的默认值 下一篇:不同的保留政策如何影响我的注释?

                  相关文章

                  最新文章

                  1. <small id='6O00y'></small><noframes id='6O00y'>

                    • <bdo id='6O00y'></bdo><ul id='6O00y'></ul>

                      <i id='6O00y'><tr id='6O00y'><dt id='6O00y'><q id='6O00y'><span id='6O00y'><b id='6O00y'><form id='6O00y'><ins id='6O00y'></ins><ul id='6O00y'></ul><sub id='6O00y'></sub></form><legend id='6O00y'></legend><bdo id='6O00y'><pre id='6O00y'><center id='6O00y'></center></pre></bdo></b><th id='6O00y'></th></span></q></dt></tr></i><div id='6O00y'><tfoot id='6O00y'></tfoot><dl id='6O00y'><fieldset id='6O00y'></fieldset></dl></div>

                      <legend id='6O00y'><style id='6O00y'><dir id='6O00y'><q id='6O00y'></q></dir></style></legend>

                    1. <tfoot id='6O00y'></tfoot>