Uses of Class
java.lang.annotation.Inherited
-
Packages that use Inherited Package Description javafx.beans The packagejavafx.beanscontains the interfaces that define the most generic form of observability.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.jdk.jfr This package contains classes to create events and control Flight Recorder. -
-
Uses of Inherited in javafx.beans
Classes in javafx.beans with annotations of type Inherited Modifier and Type Class Description interfaceDefaultPropertySpecifies a property to which child elements will be added or set when an explicit property is not given. -
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. -
Uses of Inherited in jdk.jfr
Classes in jdk.jfr with annotations of type Inherited Modifier and Type Class Description interfaceCategoryEvent annotation, to associate the event type with a category, in the format of a human readable path.interfaceEnabledEvent annotation, determines if an event should be enabled by default.interfaceExperimentalAnnotation that signifies that an element is experimental and may change without further notice.interfacePeriodEvent annotation, determines the default period for a periodic event.interfaceRegisteredEvent annotation, for programmatic event registration.interfaceStackTraceEvent annotation, determines if an event should by default have a stack trace or not.interfaceThresholdEvent annotation, determines the default cut-off below which an event should not be recorded, for example"20 ms".
-