Uses of Class
java.lang.annotation.Inherited
-
Packages that use Inherited Package Description javax.xml.bind.annotation Defines annotations for customizing Java program elements to XML Schema mapping.javax.xml.ws This package contains the core JAX-WS APIs. -
-
Uses of Inherited in javax.xml.bind.annotation
Classes in javax.xml.bind.annotation with annotations of type Inherited Modifier and Type Class Description interfaceXmlAccessorOrderControls the ordering of fields and properties in a class.interfaceXmlAccessorTypeControls whether fields or Javabean properties are serialized by default. -
Uses of Inherited in javax.xml.ws
Classes in javax.xml.ws with annotations of type Inherited Modifier and Type Class Description interfaceServiceModeUsed to indicate whether aProviderimplementation wishes to work with entire protocol messages or just with protocol message payloads.
-