Uses of Class
java.lang.annotation.Inherited
-
Packages that use Inherited 软件包 描述 javafx.beans 包javafx.beans
包含定义最通用形式的可观察性的接口。javax.xml.bind.annotation 定义用于将Java程序元素定制到XML模式映射的注释。javax.xml.ws 此软件包包含核心JAX-WS API。 -
-
Uses of Inherited in javafx.beans
Classes in javafx.beans with annotations of type Inherited Modifier and Type Class 描述 interface
DefaultProperty
指定未指定显式属性时将添加或设置子元素的属性。 -
Uses of Inherited in javax.xml.bind.annotation
Classes in javax.xml.bind.annotation with annotations of type Inherited Modifier and Type Class 描述 interface
XmlAccessorOrder
控制类中字段和属性的顺序。interface
XmlAccessorType
控制字段或Javabean属性是否默认序列化。 -
Uses of Inherited in javax.xml.ws
Classes in javax.xml.ws with annotations of type Inherited Modifier and Type Class 描述 interface
ServiceMode
Used to indicate whether aProvider
implementation wishes to work with entire protocol messages or just with protocol message payloads.
-