Uses of Class
java.lang.annotation.Inherited
-
Packages that use Inherited Package Description javafx.beans The packagejavafx.beans
contains 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 interface
DefaultProperty
Specifies 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 interface
XmlAccessorOrder
Controls the ordering of fields and properties in a class.interface
XmlAccessorType
Controls 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 interface
ServiceMode
Used to indicate whether aProvider
implementation 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 interface
Category
Event annotation, to associate the event type with a category, in the format of a human readable path.interface
Enabled
Event annotation, determines if an event should be enabled by default.interface
Experimental
Annotation that signifies that an element is experimental and may change without further notice.interface
Period
Event annotation, determines the default period for a periodic event.interface
Registered
Event annotation, for programmatic event registration.interface
StackTrace
Event annotation, determines if an event should by default have a stack trace or not.interface
Threshold
Event annotation, determines the default cut-off below which an event should not be recorded, for example"20 ms"
.
-