Uses of Annotation Interface
java.lang.annotation.Retention
Package
Description
Contains classes related to developing beans -- components based on
the JavaBeans architecture.
Provides for system input and output through data streams,
serialization and the file system.
Provides classes that are fundamental to the design of the Java
programming language.
Provides library support for the Java programming language
annotation facility.
Facilities for declaring annotation processors and for
allowing annotation processors to communicate with an annotation processing
tool environment.
Provides the core classes for the Java Management Extensions.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
This package provides classes to create events and control Flight Recorder.
-
Uses of Retention in java.beans
Modifier and TypeClassDescription@interface
An annotation used to specify some property-related information for the automatically generatedBeanInfo
classes.@interface
An annotation on a constructor that shows how the parameters of that constructor correspond to the constructed object's getter methods.@interface
An annotation used to specify some class-related information for the automatically generatedBeanInfo
classes.@interface
Indicates that an attribute called "transient" should be declared with the givenvalue
when theIntrospector
constructs aPropertyDescriptor
orEventSetDescriptor
classes associated with the annotated code element. -
Uses of Retention in java.io
Modifier and TypeClassDescription@interface
Indicates that an annotated field or method is part of the serialization mechanism defined by the Java Object Serialization Specification. -
Uses of Retention in java.lang
Modifier and TypeClassDescription@interface
A program element annotated@Deprecated
is one that programmers are discouraged from using.@interface
An informative annotation type used to indicate that an interface type declaration is intended to be a functional interface as defined by the Java Language Specification.@interface
Indicates that a method declaration is intended to override a method declaration in a supertype.@interface
A programmer assertion that the body of the annotated method or constructor does not perform potentially unsafe operations on its varargs parameter.@interface
Indicates that the named compiler warnings should be suppressed in the annotated element (and in all program elements contained in the annotated element). -
Uses of Retention in java.lang.annotation
Modifier and TypeClassDescription@interface
If the annotation@Documented
is present on the declaration of an annotation interface A, then any@A
annotation on an element is considered part of the element's public contract.@interface
Indicates that an annotation interface is automatically inherited.@interface
Indicates that a field defining a constant value may be referenced from native code.@interface
The annotation interfacejava.lang.annotation.Repeatable
is used to indicate that the annotation interface whose declaration it (meta-)annotates is repeatable.@interface
Indicates how long annotations with the annotated interface are to be retained.@interface
Indicates the contexts in which an annotation interface is applicable. -
Uses of Retention in javax.annotation.processing
Modifier and TypeClassDescription@interface
The Generated annotation is used to mark source code that has been generated.@interface
An annotation used to indicate what annotation interfaces an annotation processor supports.@interface
An annotation used to indicate what options an annotation processor supports.@interface
An annotation used to indicate the latest source version an annotation processor supports. -
Uses of Retention in javax.management
Modifier and TypeClassDescription@interface
An annotation on a constructor that shows how the parameters of that constructor correspond to the constructed object's getter methods.@interface
Meta-annotation that describes how an annotation element relates to a field in aDescriptor
.@interface
Annotation to mark an interface explicitly as being an MXBean interface, or as not being an MXBean interface. -
Uses of Retention in javax.swing
Modifier and TypeClassDescription@interface
An annotation used to specify some swing-related information for the automatically generatedBeanInfo
classes. -
Uses of Retention in jdk.jfr
Modifier and TypeClassDescription@interface
Event field annotation, specifies that the value is a boolean flag, atrue
orfalse
value.@interface
Event annotation, to associate the event type with a category, in the format of a human-readable path.@interface
Meta annotation, specifies that an annotation represents a content type, such as a time span or a frequency.@interface
Event field annotation, specifies that a value represents an amount of data (for example, bytes).@interface
Annotation that describes an element by using a sentence or two.@interface
Event annotation, determines if an event should be enabled by default.@interface
Annotation that specifies that an element is experimental and may change without notice.@interface
Event field annotation, specifies that the value is a frequency, measured in Hz.@interface
Annotation that sets a human-readable name for an element (for example,"Maximum Throughput"
).@interface
Event field annotation, specifies that the value is a memory address.@interface
Meta annotation for defining new types of event metadata.@interface
Annotation that sets the default name for an element.@interface
Event field annotation to use on fractions, typically between0.0
and1.0
, to specify that the value is a percentage.@interface
Event annotation, specifies the default setting value for a periodic event.@interface
Event annotation, for programmatic event registration.@interface
Meta annotation for relational annotations, to be used on an annotation.@interface
Annotation that specifies that a method in an event class should be used to filter out events.@interface
Event annotation, determines whether an event by default has a stack trace or not.@interface
Event annotation, specifies the default duration below which an event is not recorded (for example,"20 ms"
).@interface
Event field annotation, specifies that the value is a duration.@interface
Event field annotation, specifies that the value is a point in time.@interface
Event field annotation, specifies that the event transitioned from a thread.@interface
Event field annotation, specifies that the event will soon transition to a thread.@interface
Event field annotation, specifies that the value is of an unsigned data type.