XmlSchemaTypes (Java EE 5)

Java EE API


javax.xml.bind.annotation Annotation Type XmlSchemaTypes


@Retention(value=RUNTIME)
@Target(value=PACKAGE)
public @interface XmlSchemaTypes

Implements: Annotation
@Retention(value=RUNTIME)
@Target(value=PACKAGE)

多个 @XmlSchemaType 注释的容器。

在程序元素上不允许使用多个相同类型的注释。因此此注释用于充当多个 @XmlSchemaType 的容器注释,如下所示:

 @XmlSchemaTypes({ @XmlSchemaType(...), @XmlSchemaType(...) })
 

@XmlSchemaTypes 注释可用来在包级别上的定义不同类型的 XmlSchemaType

有关其他公共消息,请参阅 javax.xml.bind.package javadoc 中的“包规范”。

英文文档:

A container for multiple @XmlSchemaType annotations.

Multiple annotations of the same type are not allowed on a program element. This annotation therefore serves as a container annotation for multiple @XmlSchemaType annotations as follows:

 @XmlSchemaTypes({ @XmlSchemaType(...), @XmlSchemaType(...) })
 

The @XmlSchemaTypes annnotation can be used to define XmlSchemaType for different types at the package level.

See "Package Specification" in javax.xml.bind.package javadoc for additional common information.

Since:
JAXB2.0
Author:
  • Sekhar Vajjhala, Sun Microsystems, Inc.
See Also:
XmlSchemaType

Required Element Summary
 XmlSchemaType[]
 

Element Detail

abstract public XmlSchemaType[] value()
@XmlSchemaType 注释的集合。
英文文档:

value

public abstract XmlSchemaType[] value
Collection of @XmlSchemaType annotations



Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.

一看就知道只有菜鸟才干这么无知的事啦。

PS : 未经我党受权你也可自由散发此文档。 如有任何错误请自行修正;若因此而造成任何损失请直接找人民主席,请勿与本人联系。谢谢!