Uses of Annotation Interface
java.lang.annotation.Retention
Packages that use Retention
Package
Description
Classes to support creation of diagnostic dumps and tracing, as well as getting and setting -Xsyslog options.
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.
-
Uses of Retention in com.ibm.java.diagnostics.utils.plugins
Classes in com.ibm.java.diagnostics.utils.plugins with annotations of type Retention -
Uses of Retention in com.ibm.jvm
Classes in com.ibm.jvm with annotations of type RetentionModifier and TypeClassDescription@interfaceThe Debuggable annotation applies to either classes or methods and provides a hint to the VM that decorated entities must remain debuggable. -
Uses of Retention in java.beans
Classes in java.beans with annotations of type RetentionModifier and TypeClassDescription@interfaceAn annotation used to specify some property-related information for the automatically generatedBeanInfoclasses.@interfaceAn annotation on a constructor that shows how the parameters of that constructor correspond to the constructed object's getter methods.@interfaceAn annotation used to specify some class-related information for the automatically generatedBeanInfoclasses.@interfaceIndicates that an attribute called "transient" should be declared with the givenvaluewhen theIntrospectorconstructs aPropertyDescriptororEventSetDescriptorclasses associated with the annotated code element. -
Uses of Retention in java.io
Modifier and TypeClassDescription@interfaceIndicates 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@interfaceA program element annotated@Deprecatedis one that programmers are discouraged from using.@interfaceAn 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.@interfaceIndicates that a method declaration is intended to override a method declaration in a supertype.@interfaceA programmer assertion that the body of the annotated method or constructor does not perform potentially unsafe operations on its varargs parameter.@interfaceIndicates the warnings to be suppressed at compile time in the annotated element, and in all elements contained in the annotated element. -
Uses of Retention in java.lang.annotation
Classes in java.lang.annotation with annotations of type RetentionModifier and TypeClassDescription@interfaceIf the annotation@Documentedis present on the declaration of an annotation interface A, then any@Aannotation on an element is considered part of the element's public contract.@interfaceIndicates that an annotation interface is automatically inherited.@interfaceIndicates that a field defining a constant value may be referenced from native code.@interfaceThe annotation interfacejava.lang.annotation.Repeatableis used to indicate that the annotation interface whose declaration it (meta-)annotates is repeatable.@interfaceIndicates how long annotations with the annotated interface are to be retained.@interfaceIndicates the contexts in which an annotation interface is applicable. -
Uses of Retention in javax.annotation.processing
Classes in javax.annotation.processing with annotations of type RetentionModifier and TypeClassDescription@interfaceThe Generated annotation is used to mark source code that has been generated.@interfaceAn annotation used to indicate what annotation interfaces an annotation processor supports.@interfaceAn annotation used to indicate what options an annotation processor supports.@interfaceAn annotation used to indicate the latest source version an annotation processor supports. -
Uses of Retention in javax.management
Classes in javax.management with annotations of type RetentionModifier and TypeClassDescription@interfaceAn annotation on a constructor that shows how the parameters of that constructor correspond to the constructed object's getter methods.@interfaceMeta-annotation that describes how an annotation element relates to a field in aDescriptor.@interfaceAnnotation to mark an interface explicitly as being an MXBean interface, or as not being an MXBean interface. -
Uses of Retention in javax.swing
Classes in javax.swing with annotations of type RetentionModifier and TypeClassDescription@interfaceAn annotation used to specify some swing-related information for the automatically generatedBeanInfoclasses.