@Retention(value=RUNTIME) @Target(value=PACKAGE) public @interface XmlSchemaTypes
一种多@ XmlSchemaType
注释容器。
在程序元素上不允许使用同一类型的多个注释。这个注释因此作为容器标注多@ xmlschematype注释如下:
“xmlschematypes({ @ XmlSchemaType(…),@ XmlSchemaType(…)})
的@XmlSchemaTypes annnotation可以在包级定义不同类型XmlSchemaType
。
看到“包装规范”的额外的信息共享javax.xml.bind.package javadoc。
XmlSchemaType
Modifier and Type | Required Element and Description |
---|---|
XmlSchemaType[] |
value
“
XmlSchemaType 注释集合
|
public abstract XmlSchemaType[] value
XmlSchemaType
注释集合
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.