Uses of Class
java.lang.annotation.Documented
-
Packages that use Documented 软件包 描述 java.beans 包含与开发 bean相关的类 - 基于JavaBeans架构的组件。java.lang 提供对Java编程语言设计至关重要的类。java.lang.annotation 为Java编程语言注释工具提供库支持。javafx.beans 包javafx.beans
包含定义最通用形式的可观察性的接口。javax.annotation javax.annotation.processing 用于声明注释处理器和允许注释处理器与注释处理工具环境通信的设施。javax.management 提供Java管理扩展的核心类。javax.xml.ws 此软件包包含核心JAX-WS API。javax.xml.ws.soap 该包定义了SOAP绑定专用的API。javax.xml.ws.spi 此套件为JAX-WS定义了SPI。 -
-
Uses of Documented in java.beans
Classes in java.beans with annotations of type Documented Modifier and Type Class 描述 interface
BeanProperty
用于指定自动生成的BeanInfo
类的一些属性相关信息的注释。interface
ConstructorProperties
一个构造函数上的注释,显示了该构造函数的参数对应于构造的对象的getter方法。interface
JavaBean
用于为自动生成的BeanInfo
类指定一些类相关信息的注释。 -
Uses of Documented in java.lang
Classes in java.lang with annotations of type Documented Modifier and Type Class 描述 interface
已过时的
注释@Deprecated
的程序元素是不鼓励程序员使用的程序元素。interface
FunctionalInterface
用于指示接口类型声明旨在作为Java语言规范定义的 功能接口的信息性注释类型。interface
SafeVarargs
程序员断言注释方法或构造函数的正文不会对其varargs参数执行潜在的不安全操作。 -
Uses of Documented in java.lang.annotation
Classes in java.lang.annotation with annotations of type Documented Modifier and Type Class 描述 interface
Documented
如果批注@Documented
存在于注释类型 A的声明上,则元素上的任何@A
注释都将被视为元素公共合同的一部分。interface
Inherited
表示注释类型自动继承。interface
Native
表示定义常量值的字段可以从本地代码引用。interface
Repeatable
注释类型java.lang.annotation.Repeatable
用于指示其(meta-)注释声明的注释类型是 可重复的 。interface
Retention
指示要注释具有注释类型的注释的保留时间。interface
Target
指示注释类型适用的上下文。 -
Uses of Documented in javafx.beans
Classes in javafx.beans with annotations of type Documented Modifier and Type Class 描述 interface
DefaultProperty
指定未指定显式属性时将添加或设置子元素的属性。 -
Uses of Documented in javax.annotation
Classes in javax.annotation with annotations of type Documented Modifier and Type Class 描述 interface
Generated
生成的注释用于标记已生成的源代码。interface
PostConstruct
PostConstruct注释用于需要执行相关性注入后执行任何初始化的方法。interface
PreDestroy
PreDestroy注释在方法上用作回调通知,表明实例正在被容器移除。interface
Resources
此类用于允许多个资源声明。 -
Uses of Documented in javax.annotation.processing
Classes in javax.annotation.processing with annotations of type Documented Modifier and Type Class 描述 interface
Generated
生成的注释用于标记已生成的源代码。interface
SupportedAnnotationTypes
用于指示注释处理器支持的注释类型的注释。interface
SupportedOptions
用于指示注释处理器支持哪些选项的注释。interface
SupportedSourceVersion
用于指示注释处理器支持的最新源版本的注释。 -
Uses of Documented in javax.management
Classes in javax.management with annotations of type Documented Modifier and Type Class 描述 interface
ConstructorParameters
一个构造函数上的注释,显示了该构造函数的参数对应于构造的对象的getter方法。interface
DescriptorKey
描述注释元素如何与Descriptor
中的字段相关的元标注 。interface
MXBean
用于将界面明确标记为MXBean接口或不作为MXBean接口的注释。 -
Uses of Documented in javax.xml.ws
Classes in javax.xml.ws with annotations of type Documented Modifier and Type Class 描述 interface
Action
所述Action
注释允许一个WS寻址的显式关联Action
与消息寻址属性input
,output
和fault
映射WSDL操作的消息。interface
BindingType
BindingType
注释用于指定用于Web服务端点实现类的绑定。interface
FaultAction
所述FaultAction
注解用于内部Action
注释以允许WS寻址的显式关联Action
与消息寻址属性fault
从异常类映射到的WSDL操作的消息。interface
RequestWrapper
用于使用要在运行时使用的请求包装器bean来注释服务端点接口中的方法。interface
RespectBinding
此功能说明了JAX-WS运行时中使用的wsdl:binding
。interface
ResponseWrapper
用于使用要在运行时使用的响应包装器bean来注释服务端点接口中的方法。interface
ServiceMode
用于指示Provider
实现是否希望使用整个协议消息或仅使用协议消息有效载荷。interface
WebEndpoint
用于注释生成的服务接口的getPortName()
方法。interface
WebFault
用于注释特定于服务的异常类,以定制到故障元素的本地和命名空间名称以及故障bean的名称。interface
WebServiceClient
用于注释生成的服务接口。interface
WebServiceProvider
用于注释Provider实现类。interface
WebServiceRef
WebServiceRef
注释用于定义对Web服务的引用以及(可选)为其注入目标。interface
WebServiceRefs
WebServiceRefs
注释允许在类级别声明多个Web服务引用。 -
Uses of Documented in javax.xml.ws.soap
Classes in javax.xml.ws.soap with annotations of type Documented Modifier and Type Class 描述 interface
Addressing
此注释表示使用SOAP 1.1 / HTTP或SOAP 1.2 / HTTP绑定的WS-Addressing。interface
MTOM
此功能表示使用具有Web服务的MTOM。 -
Uses of Documented in javax.xml.ws.spi
Classes in javax.xml.ws.spi with annotations of type Documented Modifier and Type Class 描述 interface
WebServiceFeatureAnnotation
Annotation used to identify other annotations as aWebServiceFeature
.
-