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 描述 interfaceBeanProperty用于指定自动生成的BeanInfo类的一些属性相关信息的注释。interfaceConstructorProperties一个构造函数上的注释,显示了该构造函数的参数对应于构造的对象的getter方法。interfaceJavaBean用于为自动生成的BeanInfo类指定一些类相关信息的注释。 -
Uses of Documented in java.lang
Classes in java.lang with annotations of type Documented Modifier and Type Class 描述 interface已过时的注释@Deprecated的程序元素是不鼓励程序员使用的程序元素。interfaceFunctionalInterface用于指示接口类型声明旨在作为Java语言规范定义的 功能接口的信息性注释类型。interfaceSafeVarargs程序员断言注释方法或构造函数的正文不会对其varargs参数执行潜在的不安全操作。 -
Uses of Documented in java.lang.annotation
Classes in java.lang.annotation with annotations of type Documented Modifier and Type Class 描述 interfaceDocumented如果批注@Documented存在于注释类型 A的声明上,则元素上的任何@A注释都将被视为元素公共合同的一部分。interfaceInherited表示注释类型自动继承。interfaceNative表示定义常量值的字段可以从本地代码引用。interfaceRepeatable注释类型java.lang.annotation.Repeatable用于指示其(meta-)注释声明的注释类型是 可重复的 。interfaceRetention指示要注释具有注释类型的注释的保留时间。interfaceTarget指示注释类型适用的上下文。 -
Uses of Documented in javafx.beans
Classes in javafx.beans with annotations of type Documented Modifier and Type Class 描述 interfaceDefaultProperty指定未指定显式属性时将添加或设置子元素的属性。 -
Uses of Documented in javax.annotation
Classes in javax.annotation with annotations of type Documented Modifier and Type Class 描述 interfaceGenerated生成的注释用于标记已生成的源代码。interfacePostConstructPostConstruct注释用于需要执行相关性注入后执行任何初始化的方法。interfacePreDestroyPreDestroy注释在方法上用作回调通知,表明实例正在被容器移除。interfaceResources此类用于允许多个资源声明。 -
Uses of Documented in javax.annotation.processing
Classes in javax.annotation.processing with annotations of type Documented Modifier and Type Class 描述 interfaceGenerated生成的注释用于标记已生成的源代码。interfaceSupportedAnnotationTypes用于指示注释处理器支持的注释类型的注释。interfaceSupportedOptions用于指示注释处理器支持哪些选项的注释。interfaceSupportedSourceVersion用于指示注释处理器支持的最新源版本的注释。 -
Uses of Documented in javax.management
Classes in javax.management with annotations of type Documented Modifier and Type Class 描述 interfaceConstructorParameters一个构造函数上的注释,显示了该构造函数的参数对应于构造的对象的getter方法。interfaceDescriptorKey描述注释元素如何与Descriptor中的字段相关的元标注 。interfaceMXBean用于将界面明确标记为MXBean接口或不作为MXBean接口的注释。 -
Uses of Documented in javax.xml.ws
Classes in javax.xml.ws with annotations of type Documented Modifier and Type Class 描述 interfaceAction所述Action注释允许一个WS寻址的显式关联Action与消息寻址属性input,output和fault映射WSDL操作的消息。interfaceBindingTypeBindingType注释用于指定用于Web服务端点实现类的绑定。interfaceFaultAction所述FaultAction注解用于内部Action注释以允许WS寻址的显式关联Action与消息寻址属性fault从异常类映射到的WSDL操作的消息。interfaceRequestWrapper用于使用要在运行时使用的请求包装器bean来注释服务端点接口中的方法。interfaceRespectBinding此功能说明了JAX-WS运行时中使用的wsdl:binding。interfaceResponseWrapper用于使用要在运行时使用的响应包装器bean来注释服务端点接口中的方法。interfaceServiceMode用于指示Provider实现是否希望使用整个协议消息或仅使用协议消息有效载荷。interfaceWebEndpoint用于注释生成的服务接口的getPortName()方法。interfaceWebFault用于注释特定于服务的异常类,以定制到故障元素的本地和命名空间名称以及故障bean的名称。interfaceWebServiceClient用于注释生成的服务接口。interfaceWebServiceProvider用于注释Provider实现类。interfaceWebServiceRefWebServiceRef注释用于定义对Web服务的引用以及(可选)为其注入目标。interfaceWebServiceRefsWebServiceRefs注释允许在类级别声明多个Web服务引用。 -
Uses of Documented in javax.xml.ws.soap
Classes in javax.xml.ws.soap with annotations of type Documented Modifier and Type Class 描述 interfaceAddressing此注释表示使用SOAP 1.1 / HTTP或SOAP 1.2 / HTTP绑定的WS-Addressing。interfaceMTOM此功能表示使用具有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 描述 interfaceWebServiceFeatureAnnotationAnnotation used to identify other annotations as aWebServiceFeature.
-