| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Documented | |
|---|---|
| java.beans | Contains classes related to developing beans -- components based on the JavaBeansTM architecture. | 
| java.lang | Provides classes that are fundamental to the design of the Java programming language. | 
| java.lang.annotation | Provides library support for the Java programming language annotation facility. | 
| javax.annotation | |
| javax.annotation.processing | Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment. | 
| javax.management | Provides the core classes for the Java Management Extensions. | 
| javax.xml.ws | This package contains the core JAX-WS APIs. | 
| Uses of Documented in java.beans | 
|---|
| Classes in java.beans with annotations of type Documented | |
|---|---|
|  interface | ConstructorPropertiesAn annotation on a constructor that shows how the parameters of that constructor correspond to the constructed object's getter methods. | 
| Uses of Documented in java.lang | 
|---|
| Classes in java.lang with annotations of type Documented | |
|---|---|
|  interface | DeprecatedA program element annotated @Deprecated is one that programmers are discouraged from using, typically because it is dangerous, or because a better alternative exists. | 
| Uses of Documented in java.lang.annotation | 
|---|
| Classes in java.lang.annotation with annotations of type Documented | |
|---|---|
|  interface | DocumentedIndicates that annotations with a type are to be documented by javadoc and similar tools by default. | 
|  interface | InheritedIndicates that an annotation type is automatically inherited. | 
|  interface | RetentionIndicates how long annotations with the annotated type are to be retained. | 
|  interface | TargetIndicates the kinds of program element to which an annotation type is applicable. | 
| Uses of Documented in javax.annotation | 
|---|
| Classes in javax.annotation with annotations of type Documented | |
|---|---|
|  interface | GeneratedThe Generated annoation is used to mark source code that has been generated. | 
|  interface | PostConstructThe PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization. | 
|  interface | PreDestroyThe PreDestroy annotation is used on methods as a callback notification to signal that the instance is in the process of being removed by the container. | 
|  interface | ResourcesThis class is used to allow multiple resources declarations. | 
| Uses of Documented in javax.annotation.processing | 
|---|
| Classes in javax.annotation.processing with annotations of type Documented | |
|---|---|
|  interface | SupportedAnnotationTypesAn annotation used to indicate what annotation types an annotation processor supports. | 
|  interface | SupportedOptionsAn annotation used to indicate what options an annotation processor supports. | 
|  interface | SupportedSourceVersionAn annotation used to indicate the latest source version an annotation processor supports. | 
| Uses of Documented in javax.management | 
|---|
| Classes in javax.management with annotations of type Documented | |
|---|---|
|  interface | DescriptorKeyMeta-annotation that describes how an annotation element relates to a field in a Descriptor. | 
|  interface | MXBeanAnnotation to mark an interface explicitly as being an MXBean interface, or as not being an MXBean interface. | 
| Uses of Documented in javax.xml.ws | 
|---|
| Classes in javax.xml.ws with annotations of type Documented | |
|---|---|
|  interface | BindingTypeThe BindingTypeannotation is used to
  specify the binding to use for a web service
  endpoint implementation class. | 
|  interface | RequestWrapperUsed to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime. | 
|  interface | ResponseWrapperUsed to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime. | 
|  interface | ServiceModeUsed to indicate whether a Provider implementation wishes to work with entire protocol messages or just with protocol message payloads. | 
|  interface | WebEndpointUsed to annotate the getPortName()methods of a generated service interface. | 
|  interface | WebFaultUsed to annotate service specific exception classes to customize to the local and namespace name of the fault element and the name of the fault bean. | 
|  interface | WebServiceClientUsed to annotate a generated service interface. | 
|  interface | WebServiceProviderUsed to annotate a Provider implementation class. | 
|  interface | WebServiceRefThe WebServiceRefannotation is used to
  define a reference to a web service and
  (optionally) an injection target for it. | 
|  interface | WebServiceRefsThe WebServiceRefsannotation allows
 multiple web service references to be declared at the
 class level. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.