From bf4db8de51dfaca4a2ac1d9e57f0e14975765a9c Mon Sep 17 00:00:00 2001 From: Dmitry Kornilov Date: Wed, 28 Aug 2019 18:57:23 +0200 Subject: [PATCH] Jakarta Annotations 1.3 apidocs (#70) * Jakarta Annotations 1.3 apidocs * Eclipse copyright Signed-off-by: Dmitry Kornilov --- annotations/1.3/apidocs/allclasses-frame.html | 34 + .../1.3/apidocs/allclasses-noframe.html | 34 + annotations/1.3/apidocs/constant-values.html | 128 +++ annotations/1.3/apidocs/deprecated-list.html | 128 +++ annotations/1.3/apidocs/doc-files/EFSL.html | 72 ++ annotations/1.3/apidocs/help-doc.html | 233 +++++ annotations/1.3/apidocs/index-all.html | 258 +++++ annotations/1.3/apidocs/index.html | 76 ++ .../apidocs/javax/annotation/Generated.html | 308 ++++++ .../apidocs/javax/annotation/ManagedBean.html | 239 +++++ .../javax/annotation/PostConstruct.html | 217 +++++ .../apidocs/javax/annotation/PreDestroy.html | 216 +++++ .../apidocs/javax/annotation/Priority.html | 240 +++++ .../Resource.AuthenticationType.html | 350 +++++++ .../apidocs/javax/annotation/Resource.html | 415 ++++++++ .../apidocs/javax/annotation/Resources.html | 228 +++++ .../javax/annotation/class-use/Generated.html | 128 +++ .../annotation/class-use/ManagedBean.html | 128 +++ .../annotation/class-use/PostConstruct.html | 128 +++ .../annotation/class-use/PreDestroy.html | 128 +++ .../javax/annotation/class-use/Priority.html | 128 +++ .../Resource.AuthenticationType.html | 179 ++++ .../javax/annotation/class-use/Resource.html | 128 +++ .../javax/annotation/class-use/Resources.html | 128 +++ .../javax/annotation/package-frame.html | 31 + .../javax/annotation/package-summary.html | 218 +++++ .../javax/annotation/package-tree.html | 155 +++ .../apidocs/javax/annotation/package-use.html | 165 ++++ .../annotation/security/DeclareRoles.html | 228 +++++ .../javax/annotation/security/DenyAll.html | 179 ++++ .../javax/annotation/security/PermitAll.html | 186 ++++ .../annotation/security/RolesAllowed.html | 233 +++++ .../javax/annotation/security/RunAs.html | 229 +++++ .../security/class-use/DeclareRoles.html | 128 +++ .../security/class-use/DenyAll.html | 128 +++ .../security/class-use/PermitAll.html | 128 +++ .../security/class-use/RolesAllowed.html | 128 +++ .../annotation/security/class-use/RunAs.html | 128 +++ .../annotation/security/package-frame.html | 25 + .../annotation/security/package-summary.html | 184 ++++ .../annotation/security/package-tree.html | 141 +++ .../annotation/security/package-use.html | 128 +++ .../annotation/sql/DataSourceDefinition.html | 884 ++++++++++++++++++ .../annotation/sql/DataSourceDefinitions.html | 224 +++++ .../sql/class-use/DataSourceDefinition.html | 128 +++ .../sql/class-use/DataSourceDefinitions.html | 128 +++ .../javax/annotation/sql/package-frame.html | 22 + .../javax/annotation/sql/package-summary.html | 155 +++ .../javax/annotation/sql/package-tree.html | 138 +++ .../javax/annotation/sql/package-use.html | 128 +++ annotations/1.3/apidocs/overview-frame.html | 25 + annotations/1.3/apidocs/overview-summary.html | 154 +++ annotations/1.3/apidocs/overview-tree.html | 164 ++++ annotations/1.3/apidocs/package-list | 3 + annotations/1.3/apidocs/script.js | 30 + annotations/1.3/apidocs/stylesheet.css | 574 ++++++++++++ 56 files changed, 9750 insertions(+) create mode 100644 annotations/1.3/apidocs/allclasses-frame.html create mode 100644 annotations/1.3/apidocs/allclasses-noframe.html create mode 100644 annotations/1.3/apidocs/constant-values.html create mode 100644 annotations/1.3/apidocs/deprecated-list.html create mode 100644 annotations/1.3/apidocs/doc-files/EFSL.html create mode 100644 annotations/1.3/apidocs/help-doc.html create mode 100644 annotations/1.3/apidocs/index-all.html create mode 100644 annotations/1.3/apidocs/index.html create mode 100644 annotations/1.3/apidocs/javax/annotation/Generated.html create mode 100644 annotations/1.3/apidocs/javax/annotation/ManagedBean.html create mode 100644 annotations/1.3/apidocs/javax/annotation/PostConstruct.html create mode 100644 annotations/1.3/apidocs/javax/annotation/PreDestroy.html create mode 100644 annotations/1.3/apidocs/javax/annotation/Priority.html create mode 100644 annotations/1.3/apidocs/javax/annotation/Resource.AuthenticationType.html create mode 100644 annotations/1.3/apidocs/javax/annotation/Resource.html create mode 100644 annotations/1.3/apidocs/javax/annotation/Resources.html create mode 100644 annotations/1.3/apidocs/javax/annotation/class-use/Generated.html create mode 100644 annotations/1.3/apidocs/javax/annotation/class-use/ManagedBean.html create mode 100644 annotations/1.3/apidocs/javax/annotation/class-use/PostConstruct.html create mode 100644 annotations/1.3/apidocs/javax/annotation/class-use/PreDestroy.html create mode 100644 annotations/1.3/apidocs/javax/annotation/class-use/Priority.html create mode 100644 annotations/1.3/apidocs/javax/annotation/class-use/Resource.AuthenticationType.html create mode 100644 annotations/1.3/apidocs/javax/annotation/class-use/Resource.html create mode 100644 annotations/1.3/apidocs/javax/annotation/class-use/Resources.html create mode 100644 annotations/1.3/apidocs/javax/annotation/package-frame.html create mode 100644 annotations/1.3/apidocs/javax/annotation/package-summary.html create mode 100644 annotations/1.3/apidocs/javax/annotation/package-tree.html create mode 100644 annotations/1.3/apidocs/javax/annotation/package-use.html create mode 100644 annotations/1.3/apidocs/javax/annotation/security/DeclareRoles.html create mode 100644 annotations/1.3/apidocs/javax/annotation/security/DenyAll.html create mode 100644 annotations/1.3/apidocs/javax/annotation/security/PermitAll.html create mode 100644 annotations/1.3/apidocs/javax/annotation/security/RolesAllowed.html create mode 100644 annotations/1.3/apidocs/javax/annotation/security/RunAs.html create mode 100644 annotations/1.3/apidocs/javax/annotation/security/class-use/DeclareRoles.html create mode 100644 annotations/1.3/apidocs/javax/annotation/security/class-use/DenyAll.html create mode 100644 annotations/1.3/apidocs/javax/annotation/security/class-use/PermitAll.html create mode 100644 annotations/1.3/apidocs/javax/annotation/security/class-use/RolesAllowed.html create mode 100644 annotations/1.3/apidocs/javax/annotation/security/class-use/RunAs.html create mode 100644 annotations/1.3/apidocs/javax/annotation/security/package-frame.html create mode 100644 annotations/1.3/apidocs/javax/annotation/security/package-summary.html create mode 100644 annotations/1.3/apidocs/javax/annotation/security/package-tree.html create mode 100644 annotations/1.3/apidocs/javax/annotation/security/package-use.html create mode 100644 annotations/1.3/apidocs/javax/annotation/sql/DataSourceDefinition.html create mode 100644 annotations/1.3/apidocs/javax/annotation/sql/DataSourceDefinitions.html create mode 100644 annotations/1.3/apidocs/javax/annotation/sql/class-use/DataSourceDefinition.html create mode 100644 annotations/1.3/apidocs/javax/annotation/sql/class-use/DataSourceDefinitions.html create mode 100644 annotations/1.3/apidocs/javax/annotation/sql/package-frame.html create mode 100644 annotations/1.3/apidocs/javax/annotation/sql/package-summary.html create mode 100644 annotations/1.3/apidocs/javax/annotation/sql/package-tree.html create mode 100644 annotations/1.3/apidocs/javax/annotation/sql/package-use.html create mode 100644 annotations/1.3/apidocs/overview-frame.html create mode 100644 annotations/1.3/apidocs/overview-summary.html create mode 100644 annotations/1.3/apidocs/overview-tree.html create mode 100644 annotations/1.3/apidocs/package-list create mode 100644 annotations/1.3/apidocs/script.js create mode 100644 annotations/1.3/apidocs/stylesheet.css diff --git a/annotations/1.3/apidocs/allclasses-frame.html b/annotations/1.3/apidocs/allclasses-frame.html new file mode 100644 index 0000000000..547b302234 --- /dev/null +++ b/annotations/1.3/apidocs/allclasses-frame.html @@ -0,0 +1,34 @@ + + + + + + +All Classes (Jakarta Annotations API 1.3.5 API) + + + + + +

All Classes

+ + + diff --git a/annotations/1.3/apidocs/allclasses-noframe.html b/annotations/1.3/apidocs/allclasses-noframe.html new file mode 100644 index 0000000000..b3f3314914 --- /dev/null +++ b/annotations/1.3/apidocs/allclasses-noframe.html @@ -0,0 +1,34 @@ + + + + + + +All Classes (Jakarta Annotations API 1.3.5 API) + + + + + +

All Classes

+ + + diff --git a/annotations/1.3/apidocs/constant-values.html b/annotations/1.3/apidocs/constant-values.html new file mode 100644 index 0000000000..3a04fe902a --- /dev/null +++ b/annotations/1.3/apidocs/constant-values.html @@ -0,0 +1,128 @@ + + + + + + +Constant Field Values (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/deprecated-list.html b/annotations/1.3/apidocs/deprecated-list.html new file mode 100644 index 0000000000..58adec888a --- /dev/null +++ b/annotations/1.3/apidocs/deprecated-list.html @@ -0,0 +1,128 @@ + + + + + + +Deprecated List (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/doc-files/EFSL.html b/annotations/1.3/apidocs/doc-files/EFSL.html new file mode 100644 index 0000000000..ba29e5ed25 --- /dev/null +++ b/annotations/1.3/apidocs/doc-files/EFSL.html @@ -0,0 +1,72 @@ + + +Eclipse Foundation Specification License - v1.0 + + +

Eclipse Foundation Specification License - v1.0

+

By using and/or copying this document, or the Eclipse Foundation + document from which this statement is linked, you (the licensee) agree + that you have read, understood, and will comply with the following + terms and conditions:

+ +

Permission to copy, and distribute the contents of this document, or + the Eclipse Foundation document from which this statement is linked, in + any medium for any purpose and without fee or royalty is hereby + granted, provided that you include the following on ALL copies of the + document, or portions thereof, that you use:

+ + + +

Inclusion of the full text of this NOTICE must be provided. We + request that authorship attribution be provided in any software, + documents, or other items or products that you create pursuant to the + implementation of the contents of this document, or any portion + thereof.

+ +

No right to create modifications or derivatives of Eclipse Foundation + documents is granted pursuant to this license, except anyone may + prepare and distribute derivative works and portions of this document + in software that implements the specification, in supporting materials + accompanying such software, and in documentation of such software, + PROVIDED that all such works include the notice below. HOWEVER, the + publication of derivative works of this document for use as a technical + specification is expressly prohibited.

+ +

The notice is:

+ +

"Copyright © 2018 Eclipse Foundation. This software or + document includes material copied from or derived from [title and URI + of the Eclipse Foundation specification document]."

+ +

Disclaimers

+ +

THIS DOCUMENT IS PROVIDED "AS IS," AND THE COPYRIGHT + HOLDERS AND THE ECLIPSE FOUNDATION MAKE NO REPRESENTATIONS OR + WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, + NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE DOCUMENT ARE + SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS + WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR + OTHER RIGHTS.

+ +

THE COPYRIGHT HOLDERS AND THE ECLIPSE FOUNDATION WILL NOT BE LIABLE + FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT + OF ANY USE OF THE DOCUMENT OR THE PERFORMANCE OR IMPLEMENTATION OF THE + CONTENTS THEREOF.

+ +

The name and trademarks of the copyright holders or the Eclipse + Foundation may NOT be used in advertising or publicity pertaining to + this document or its contents without specific, written prior + permission. Title to copyright in this document will at all times + remain with copyright holders.

+ + + diff --git a/annotations/1.3/apidocs/help-doc.html b/annotations/1.3/apidocs/help-doc.html new file mode 100644 index 0000000000..dae508b668 --- /dev/null +++ b/annotations/1.3/apidocs/help-doc.html @@ -0,0 +1,233 @@ + + + + + + +API Help (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/index-all.html b/annotations/1.3/apidocs/index-all.html new file mode 100644 index 0000000000..1d6daec263 --- /dev/null +++ b/annotations/1.3/apidocs/index-all.html @@ -0,0 +1,258 @@ + + + + + + +Index (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
D G J M P R V  + + +

D

+
+
DataSourceDefinition - Annotation Type in javax.annotation.sql
+
+
Annotation used to define a container DataSource to + be registered with JNDI.
+
+
DataSourceDefinitions - Annotation Type in javax.annotation.sql
+
+
Declares one or more DataSourceDefinition annotations.
+
+
DeclareRoles - Annotation Type in javax.annotation.security
+
+
Used by application to declare security roles.
+
+
DenyAll - Annotation Type in javax.annotation.security
+
+
Specifies that no security roles are allowed to invoke the specified + method(s).
+
+
+ + + +

G

+
+
Generated - Annotation Type in javax.annotation
+
+
The Generated annotation is used to mark source code + that has been generated.
+
+
+ + + +

J

+
+
javax.annotation - package javax.annotation
+
+
This package defines the common annotations.
+
+
javax.annotation.security - package javax.annotation.security
+
+
This package contains the security common annotations.
+
+
javax.annotation.sql - package javax.annotation.sql
+
 
+
+ + + +

M

+
+
ManagedBean - Annotation Type in javax.annotation
+
+
The ManagedBean annotation marks a POJO (Plain Old Java Object) + as a ManagedBean.
+
+
+ + + +

P

+
+
PermitAll - Annotation Type in javax.annotation.security
+
+
Specifies that all security roles are allowed to invoke the specified + method(s) — i.e., that the specified method(s) are "unchecked".
+
+
PostConstruct - Annotation Type in javax.annotation
+
+
The PostConstruct annotation is used on a method that + needs to be executed after dependency injection is done to perform + any initialization.
+
+
PreDestroy - Annotation Type in javax.annotation
+
+
The PreDestroy annotation is used on a method as a + callback notification to signal that the instance is in the + process of being removed by the container.
+
+
Priority - Annotation Type in javax.annotation
+
+
The Priority annotation can be applied to classes + or parameters to indicate in what order they should be used.
+
+
+ + + +

R

+
+
Resource - Annotation Type in javax.annotation
+
+
The Resource annotation marks a resource that is needed + by the application.
+
+
Resource.AuthenticationType - Enum in javax.annotation
+
+
The two possible authentication types for a resource.
+
+
Resources - Annotation Type in javax.annotation
+
+
This class is used to allow multiple resources declarations.
+
+
RolesAllowed - Annotation Type in javax.annotation.security
+
+
Specifies the list of security roles permitted to access method(s) in an + application.
+
+
RunAs - Annotation Type in javax.annotation.security
+
+
Defines the identity of the application during execution.
+
+
+ + + +

V

+
+
valueOf(String) - Static method in enum javax.annotation.Resource.AuthenticationType
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum javax.annotation.Resource.AuthenticationType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
+D G J M P R V 
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/index.html b/annotations/1.3/apidocs/index.html new file mode 100644 index 0000000000..bb5426cbde --- /dev/null +++ b/annotations/1.3/apidocs/index.html @@ -0,0 +1,76 @@ + + + + + + +Jakarta Annotations API 1.3.5 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/annotations/1.3/apidocs/javax/annotation/Generated.html b/annotations/1.3/apidocs/javax/annotation/Generated.html new file mode 100644 index 0000000000..05f098f801 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/Generated.html @@ -0,0 +1,308 @@ + + + + + + +Generated (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation
+

Annotation Type Generated

+
+
+
+
    +
  • +
    +
    +
    @Documented
    + @Retention(value=SOURCE)
    + @Target(value={PACKAGE,TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,PARAMETER})
    +public @interface Generated
    +
    The Generated annotation is used to mark source code + that has been generated. + It can also be used to differentiate user written code from generated code + in a single file. +

    The value element must have the name of the + code generator. The recommended convention is to use the fully qualified + name of the code generator in the value field, + for example com.company.package.classname.

    +

    The date element is used to indicate the date the + source was generated. + The date element must follow the ISO 8601 standard. + For example, the date element could have the + value 2001-07-04T12:08:56.235-0700, + which represents 2001-07-04 12:08:56 local time in the U.S. Pacific + time zone.

    +

    The comment element is a place holder for any comments + that the code generator may want to include in the generated code.

    +
    +
    Since:
    +
    1.6, Common Annotations 1.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      String[]value +
      The value element must have the name of the code generator.
      +
      +
    • +
    + +
      +
    • + + +

      Optional Element Summary

      + + + + + + + + + + + + + + +
      Optional Elements 
      Modifier and TypeOptional Element and Description
      Stringcomments +
      A place holder for any comments that the code generator may want to + include in the generated code.
      +
      Stringdate +
      Date when the source was generated.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        value

        +
        public abstract String[] value
        +
        The value element must have the name of the code generator. + The recommended convention is to use the fully qualified name of the + code generator. For example: com.acme.generator.CodeGen.
        +
      • +
      +
    • +
    + +
      +
    • + + +
        +
      • +

        date

        +
        public abstract String date
        +
        Date when the source was generated.
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        comments

        +
        public abstract String comments
        +
        A place holder for any comments that the code generator may want to + include in the generated code.
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/ManagedBean.html b/annotations/1.3/apidocs/javax/annotation/ManagedBean.html new file mode 100644 index 0000000000..7ca9390601 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/ManagedBean.html @@ -0,0 +1,239 @@ + + + + + + +ManagedBean (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation
+

Annotation Type ManagedBean

+
+
+
+
    +
  • +
    +
    +
    @Target(value=TYPE)
    + @Retention(value=RUNTIME)
    +public @interface ManagedBean
    +
    The ManagedBean annotation marks a POJO (Plain Old Java Object) + as a ManagedBean. A ManagedBean supports a small set of basic services + such as resource injection, lifecycle callbacks and interceptors.
    +
    +
    Since:
    +
    Common Annotations 1.1
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Optional Element Summary

      + + + + + + + + + + +
      Optional Elements 
      Modifier and TypeOptional Element and Description
      Stringvalue +
      The name of the Managed Bean.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        value

        +
        public abstract String value
        +
        The name of the Managed Bean. Managed Bean names must be unique within a + Jakarta EE module. For each named Managed Bean, Java EE containers must make + available the following entries in JNDI, using the same naming scheme used + for EJB components. +

        + In the application namespace:

        + java:app/<module-name>/<bean-name>

        + In the module namespace of the module containing the Managed Bean: +

        java:module/<bean-name>

        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/PostConstruct.html b/annotations/1.3/apidocs/javax/annotation/PostConstruct.html new file mode 100644 index 0000000000..7d67c49d57 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/PostConstruct.html @@ -0,0 +1,217 @@ + + + + + + +PostConstruct (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation
+

Annotation Type PostConstruct

+
+
+
+
    +
  • +
    +
    +
    @Documented
    + @Retention(value=RUNTIME)
    + @Target(value=METHOD)
    +public @interface PostConstruct
    +
    The PostConstruct annotation is used on a method that + needs to be executed after dependency injection is done to perform + any initialization. This method must be invoked before the class + is put into service. This annotation must be supported on all classes + that support dependency injection. The method annotated with + PostConstruct must be invoked even if the class does + not request any resources to be injected. Only one + method in a given class can be annotated with this annotation. + The method on which the PostConstruct annotation is + applied must fulfill all of the following criteria: +
      +
    • The method must not have any parameters except in the case of + interceptors in which case it takes an InvocationContext + object as defined by the Interceptors specification.
    • +
    • The method defined on an interceptor class or superclass of an + interceptor class must have one of the following signatures: +

      + void <METHOD>(InvocationContext) +

      + Object <METHOD>(InvocationContext) throws Exception +

      + Note: A PostConstruct interceptor method must not throw application + exceptions, but it may be declared to throw checked exceptions including + the java.lang.Exception if the same interceptor method interposes on + business or timeout methods in addition to lifecycle events. If a + PostConstruct interceptor method returns a value, it is ignored by + the container. +

    • +
    • The method defined on a non-interceptor class must have the + following signature: +

      + void <METHOD>() +

    • +
    • The method on which the PostConstruct annotation + is applied may be public, protected, package private or private.
    • +
    • The method must not be static except for the application client.
    • +
    • The method should not be final.
    • +
    • If the method throws an unchecked exception the class must not be put into + service except in the case where the exception is handled by an + interceptor.
    +
    +
    Since:
    +
    1.6, Common Annotations 1.0
    +
    See Also:
    +
    PreDestroy, +Resource
    +
    +
  • +
+
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/PreDestroy.html b/annotations/1.3/apidocs/javax/annotation/PreDestroy.html new file mode 100644 index 0000000000..9f205c17a3 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/PreDestroy.html @@ -0,0 +1,216 @@ + + + + + + +PreDestroy (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation
+

Annotation Type PreDestroy

+
+
+
+
    +
  • +
    +
    +
    @Documented
    + @Retention(value=RUNTIME)
    + @Target(value=METHOD)
    +public @interface PreDestroy
    +
    The PreDestroy annotation is used on a method as a + callback notification to signal that the instance is in the + process of being removed by the container. The method annotated + with PreDestroy is typically used to + release resources that it has been holding. This annotation must be + supported by all container-managed objects that support the use of + the PostConstruct annotation except the Jakarta EE application + client. The method on which the PreDestroy annotation + is applied must fulfill all of the following criteria: +
      +
    • The method must not have any parameters except in the case of + interceptors in which case it takes an InvocationContext + object as defined by the Interceptors specification.
    • +
    • The method defined on an interceptor class or superclass of an + interceptor class must have one of the following signatures: +

      + void <METHOD>(InvocationContext) +

      + Object <METHOD>(InvocationContext) throws Exception +

      + Note: A PreDestroy interceptor method must not throw application + exceptions, but it may be declared to throw checked exceptions including + the java.lang.Exception if the same interceptor method interposes on + business or timeout methods in addition to lifecycle events. If a + PreDestroy interceptor method returns a value, it is ignored by + the container. +

    • +
    • The method defined on a non-interceptor class must have the + following signature: +

      + void <METHOD>() +

    • +
    • The method on which PreDestroy is applied may be public, protected, + package private or private.
    • +
    • The method must not be static.
    • +
    • The method should not be final.
    • +
    • If the method throws an unchecked exception it is ignored by + the container.
    • +
    +
    +
    Since:
    +
    1.6, Common Annotations 1.0
    +
    See Also:
    +
    PostConstruct, +Resource
    +
    +
  • +
+
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/Priority.html b/annotations/1.3/apidocs/javax/annotation/Priority.html new file mode 100644 index 0000000000..c3762332e7 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/Priority.html @@ -0,0 +1,240 @@ + + + + + + +Priority (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation
+

Annotation Type Priority

+
+
+
+
    +
  • +
    +
    +
    @Target(value={TYPE,PARAMETER})
    + @Retention(value=RUNTIME)
    + @Documented
    +public @interface Priority
    +
    The Priority annotation can be applied to classes + or parameters to indicate in what order they should be used. + The effect of using the Priority annotation in + any particular instance is defined by other specifications that + define the use of a specific class. +

    + For example, the Interceptors specification defines the use of + priorities on interceptors to control the order in which + interceptors are called.

    +

    + Priority values should generally be non-negative, with negative values + reserved for special meanings such as "undefined" or "not specified". + A specification that defines use of the Priority annotation may define + the range of allowed priorities and any priority values with special + meaning.

    +
    +
    Since:
    +
    Common Annotations 1.2
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      intvalue +
      The priority value.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        value

        +
        public abstract int value
        +
        The priority value.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/Resource.AuthenticationType.html b/annotations/1.3/apidocs/javax/annotation/Resource.AuthenticationType.html new file mode 100644 index 0000000000..f3c2d498ff --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/Resource.AuthenticationType.html @@ -0,0 +1,350 @@ + + + + + + +Resource.AuthenticationType (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation
+

Enum Resource.AuthenticationType

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static Resource.AuthenticationType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (Resource.AuthenticationType c : Resource.AuthenticationType.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static Resource.AuthenticationType valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/Resource.html b/annotations/1.3/apidocs/javax/annotation/Resource.html new file mode 100644 index 0000000000..73924f71c6 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/Resource.html @@ -0,0 +1,415 @@ + + + + + + +Resource (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation
+

Annotation Type Resource

+
+
+
+
    +
  • +
    +
    +
    @Target(value={TYPE,FIELD,METHOD})
    + @Retention(value=RUNTIME)
    + @Repeatable(value=Resources.class)
    +public @interface Resource
    +
    The Resource annotation marks a resource that is needed + by the application. This annotation may be applied to an + application component class, or to fields or methods of the + component class. When the annotation is applied to a + field or method, the container will inject an instance + of the requested resource into the application component + when the component is initialized. If the annotation is + applied to the component class, the annotation declares a + resource that the application will look up at runtime. +

    + Even though this annotation is not marked Inherited, deployment + tools are required to examine all superclasses of any component + class to discover all uses of this annotation in all superclasses. + All such annotation instances specify resources that are needed + by the application component. Note that this annotation may + appear on private fields and methods of superclasses; the container + is required to perform injection in these cases as well.

    +
    +
    Since:
    +
    1.6, Common Annotations 1.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Optional Element Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Optional Elements 
      Modifier and TypeOptional Element and Description
      Resource.AuthenticationTypeauthenticationType +
      The authentication type to use for this resource.
      +
      Stringdescription +
      Description of this resource.
      +
      Stringlookup +
      The name of the resource that the reference points to.
      +
      StringmappedName +
      A product-specific name that this resource should be mapped to.
      +
      Stringname +
      The JNDI name of the resource.
      +
      booleanshareable +
      Indicates whether this resource can be shared between + this component and other components.
      +
      Class<?>type +
      The Java type of the resource.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        name

        +
        public abstract String name
        +
        The JNDI name of the resource. For field annotations, + the default is the field name. For method annotations, + the default is the JavaBeans property name corresponding + to the method. For class annotations, there is no default + and this must be specified.
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        lookup

        +
        public abstract String lookup
        +
        The name of the resource that the reference points to. It can + link to any compatible resource using the global JNDI names.
        +
        +
        Since:
        +
        1.7, Common Annotations 1.1
        +
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        type

        +
        public abstract Class<?> type
        +
        The Java type of the resource. For field annotations, + the default is the type of the field. For method annotations, + the default is the type of the JavaBeans property. + For class annotations, there is no default and this must be + specified.
        +
        +
        Default:
        +
        java.lang.Object.class
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        authenticationType

        +
        public abstract Resource.AuthenticationType authenticationType
        +
        The authentication type to use for this resource. + This may be specified for resources representing a + connection factory of any supported type, and must + not be specified for resources of other types.
        +
        +
        Default:
        +
        javax.annotation.Resource.AuthenticationType.CONTAINER
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        shareable

        +
        public abstract boolean shareable
        +
        Indicates whether this resource can be shared between + this component and other components. + This may be specified for resources representing a + connection factory of any supported type, and must + not be specified for resources of other types.
        +
        +
        Default:
        +
        true
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        mappedName

        +
        public abstract String mappedName
        +
        A product-specific name that this resource should be mapped to. + The mappedName element provides for mapping the + resource reference to the name of a resource known to the + applicaiton server. The mapped name could be of any form. +

        Application servers are not required to support any particular + form or type of mapped name, nor the ability to use mapped names. + The mapped name is product-dependent and often installation-dependent. + No use of a mapped name is portable.

        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        description

        +
        public abstract String description
        +
        Description of this resource. The description is expected + to be in the default language of the system on which the + application is deployed. The description can be presented + to the Deployer to help in choosing the correct resource.
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/Resources.html b/annotations/1.3/apidocs/javax/annotation/Resources.html new file mode 100644 index 0000000000..8f30dee50e --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/Resources.html @@ -0,0 +1,228 @@ + + + + + + +Resources (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation
+

Annotation Type Resources

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      Resource[]value +
      Array used for multiple resource declarations.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        value

        +
        public abstract Resource[] value
        +
        Array used for multiple resource declarations.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/class-use/Generated.html b/annotations/1.3/apidocs/javax/annotation/class-use/Generated.html new file mode 100644 index 0000000000..f563f70748 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/class-use/Generated.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Class javax.annotation.Generated (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.Generated

+
+
No usage of javax.annotation.Generated
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/class-use/ManagedBean.html b/annotations/1.3/apidocs/javax/annotation/class-use/ManagedBean.html new file mode 100644 index 0000000000..591772b4ba --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/class-use/ManagedBean.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Class javax.annotation.ManagedBean (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.ManagedBean

+
+
No usage of javax.annotation.ManagedBean
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/class-use/PostConstruct.html b/annotations/1.3/apidocs/javax/annotation/class-use/PostConstruct.html new file mode 100644 index 0000000000..98d2000c21 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/class-use/PostConstruct.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Class javax.annotation.PostConstruct (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.PostConstruct

+
+
No usage of javax.annotation.PostConstruct
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/class-use/PreDestroy.html b/annotations/1.3/apidocs/javax/annotation/class-use/PreDestroy.html new file mode 100644 index 0000000000..560b04f785 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/class-use/PreDestroy.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Class javax.annotation.PreDestroy (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.PreDestroy

+
+
No usage of javax.annotation.PreDestroy
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/class-use/Priority.html b/annotations/1.3/apidocs/javax/annotation/class-use/Priority.html new file mode 100644 index 0000000000..805154e47e --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/class-use/Priority.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Class javax.annotation.Priority (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.Priority

+
+
No usage of javax.annotation.Priority
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/class-use/Resource.AuthenticationType.html b/annotations/1.3/apidocs/javax/annotation/class-use/Resource.AuthenticationType.html new file mode 100644 index 0000000000..4e2403ab26 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/class-use/Resource.AuthenticationType.html @@ -0,0 +1,179 @@ + + + + + + +Uses of Class javax.annotation.Resource.AuthenticationType (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.Resource.AuthenticationType

+
+
+ +
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/class-use/Resource.html b/annotations/1.3/apidocs/javax/annotation/class-use/Resource.html new file mode 100644 index 0000000000..f1268e50e5 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/class-use/Resource.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Class javax.annotation.Resource (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.Resource

+
+
No usage of javax.annotation.Resource
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/class-use/Resources.html b/annotations/1.3/apidocs/javax/annotation/class-use/Resources.html new file mode 100644 index 0000000000..65fb2e7a92 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/class-use/Resources.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Class javax.annotation.Resources (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.Resources

+
+
No usage of javax.annotation.Resources
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/package-frame.html b/annotations/1.3/apidocs/javax/annotation/package-frame.html new file mode 100644 index 0000000000..46150ac573 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/package-frame.html @@ -0,0 +1,31 @@ + + + + + + +javax.annotation (Jakarta Annotations API 1.3.5 API) + + + + + +

javax.annotation

+ + + diff --git a/annotations/1.3/apidocs/javax/annotation/package-summary.html b/annotations/1.3/apidocs/javax/annotation/package-summary.html new file mode 100644 index 0000000000..120732e6b3 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/package-summary.html @@ -0,0 +1,218 @@ + + + + + + +javax.annotation (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Package javax.annotation

+
+
This package defines the common annotations.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + +
    Enum Summary 
    EnumDescription
    Resource.AuthenticationType +
    The two possible authentication types for a resource.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Annotation Types Summary 
    Annotation TypeDescription
    Generated +
    The Generated annotation is used to mark source code + that has been generated.
    +
    ManagedBean +
    The ManagedBean annotation marks a POJO (Plain Old Java Object) + as a ManagedBean.
    +
    PostConstruct +
    The PostConstruct annotation is used on a method that + needs to be executed after dependency injection is done to perform + any initialization.
    +
    PreDestroy +
    The PreDestroy annotation is used on a method as a + callback notification to signal that the instance is in the + process of being removed by the container.
    +
    Priority +
    The Priority annotation can be applied to classes + or parameters to indicate in what order they should be used.
    +
    Resource +
    The Resource annotation marks a resource that is needed + by the application.
    +
    Resources +
    This class is used to allow multiple resources declarations.
    +
    +
  • +
+ + + +

Package javax.annotation Description

+
This package defines the common annotations.
+
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/package-tree.html b/annotations/1.3/apidocs/javax/annotation/package-tree.html new file mode 100644 index 0000000000..a5a082ac62 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/package-tree.html @@ -0,0 +1,155 @@ + + + + + + +javax.annotation Class Hierarchy (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Hierarchy For Package javax.annotation

+Package Hierarchies: + +
+
+

Annotation Type Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/package-use.html b/annotations/1.3/apidocs/javax/annotation/package-use.html new file mode 100644 index 0000000000..10adb639f8 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/package-use.html @@ -0,0 +1,165 @@ + + + + + + +Uses of Package javax.annotation (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Package
javax.annotation

+
+
+ +
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/security/DeclareRoles.html b/annotations/1.3/apidocs/javax/annotation/security/DeclareRoles.html new file mode 100644 index 0000000000..63be15885a --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/security/DeclareRoles.html @@ -0,0 +1,228 @@ + + + + + + +DeclareRoles (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation.security
+

Annotation Type DeclareRoles

+
+
+
+
    +
  • +
    +
    +
    @Documented
    + @Retention(value=RUNTIME)
    + @Target(value=TYPE)
    +public @interface DeclareRoles
    +
    Used by application to declare security roles. It can be + specified on a class. The value of the DeclareRoles + annotation is a list of security role names.
    +
    +
    Since:
    +
    Common Annotations 1.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      String[]value +
      List of security role names.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        value

        +
        public abstract String[] value
        +
        List of security role names.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/security/DenyAll.html b/annotations/1.3/apidocs/javax/annotation/security/DenyAll.html new file mode 100644 index 0000000000..5dcf260d51 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/security/DenyAll.html @@ -0,0 +1,179 @@ + + + + + + +DenyAll (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation.security
+

Annotation Type DenyAll

+
+
+
+ +
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/security/PermitAll.html b/annotations/1.3/apidocs/javax/annotation/security/PermitAll.html new file mode 100644 index 0000000000..c691d824ac --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/security/PermitAll.html @@ -0,0 +1,186 @@ + + + + + + +PermitAll (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation.security
+

Annotation Type PermitAll

+
+
+
+
    +
  • +
    +
    +
    @Documented
    + @Retention(value=RUNTIME)
    + @Target(value={TYPE,METHOD})
    +public @interface PermitAll
    +
    Specifies that all security roles are allowed to invoke the specified + method(s) — i.e., that the specified method(s) are "unchecked". + It can be specified on a class or on methods. Specifying it on the class + means that it applies to all methods of the class. If specified at the + method level, it only affects that method. If the RolesAllowed + annotation is specified at the class level and this annotation is + applied at the method level, the PermitAll + annotation overrides the RolesAllowed annotation for + the specified method.
    +
    +
    Since:
    +
    Common Annotations 1.0
    +
    See Also:
    +
    RolesAllowed, +DenyAll
    +
    +
  • +
+
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/security/RolesAllowed.html b/annotations/1.3/apidocs/javax/annotation/security/RolesAllowed.html new file mode 100644 index 0000000000..1f50fa52e5 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/security/RolesAllowed.html @@ -0,0 +1,233 @@ + + + + + + +RolesAllowed (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation.security
+

Annotation Type RolesAllowed

+
+
+
+
    +
  • +
    +
    +
    @Documented
    + @Retention(value=RUNTIME)
    + @Target(value={TYPE,METHOD})
    +public @interface RolesAllowed
    +
    Specifies the list of security roles permitted to access method(s) in an + application. The value of the RolesAllowed annotation + is a list of security role names. + This annotation can be specified on a class or on method(s). Specifying it + at a class level means that it applies to all the methods in the class. + Specifying it on a method means that it is applicable to that method only. + If applied at both the class and methods level, the method value overrides + the class value if the two conflict.
    +
    +
    Since:
    +
    Common Annotations 1.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      String[]value +
      List of roles that are permitted access.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        value

        +
        public abstract String[] value
        +
        List of roles that are permitted access.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/security/RunAs.html b/annotations/1.3/apidocs/javax/annotation/security/RunAs.html new file mode 100644 index 0000000000..6bda0d9b9c --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/security/RunAs.html @@ -0,0 +1,229 @@ + + + + + + +RunAs (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation.security
+

Annotation Type RunAs

+
+
+
+
    +
  • +
    +
    +
    @Documented
    + @Retention(value=RUNTIME)
    + @Target(value=TYPE)
    +public @interface RunAs
    +
    Defines the identity of the application during execution. + This allows developers to execute an application under a particular role. + The role must map to the user / group information in the container's + security realm. Its value is the name of a security role.
    +
    +
    Since:
    +
    Common Annotations 1.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      Stringvalue +
      Name of a security role.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        value

        +
        public abstract String value
        +
        Name of a security role.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/security/class-use/DeclareRoles.html b/annotations/1.3/apidocs/javax/annotation/security/class-use/DeclareRoles.html new file mode 100644 index 0000000000..60cf6605ae --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/security/class-use/DeclareRoles.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Class javax.annotation.security.DeclareRoles (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.security.DeclareRoles

+
+
No usage of javax.annotation.security.DeclareRoles
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/security/class-use/DenyAll.html b/annotations/1.3/apidocs/javax/annotation/security/class-use/DenyAll.html new file mode 100644 index 0000000000..ca9a93962d --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/security/class-use/DenyAll.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Class javax.annotation.security.DenyAll (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.security.DenyAll

+
+
No usage of javax.annotation.security.DenyAll
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/security/class-use/PermitAll.html b/annotations/1.3/apidocs/javax/annotation/security/class-use/PermitAll.html new file mode 100644 index 0000000000..91f881c104 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/security/class-use/PermitAll.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Class javax.annotation.security.PermitAll (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.security.PermitAll

+
+
No usage of javax.annotation.security.PermitAll
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/security/class-use/RolesAllowed.html b/annotations/1.3/apidocs/javax/annotation/security/class-use/RolesAllowed.html new file mode 100644 index 0000000000..50ab726c36 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/security/class-use/RolesAllowed.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Class javax.annotation.security.RolesAllowed (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.security.RolesAllowed

+
+
No usage of javax.annotation.security.RolesAllowed
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/security/class-use/RunAs.html b/annotations/1.3/apidocs/javax/annotation/security/class-use/RunAs.html new file mode 100644 index 0000000000..cd02d2d54c --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/security/class-use/RunAs.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Class javax.annotation.security.RunAs (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.security.RunAs

+
+
No usage of javax.annotation.security.RunAs
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/security/package-frame.html b/annotations/1.3/apidocs/javax/annotation/security/package-frame.html new file mode 100644 index 0000000000..67d6d3ce52 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/security/package-frame.html @@ -0,0 +1,25 @@ + + + + + + +javax.annotation.security (Jakarta Annotations API 1.3.5 API) + + + + + +

javax.annotation.security

+
+

Annotation Types

+ +
+ + diff --git a/annotations/1.3/apidocs/javax/annotation/security/package-summary.html b/annotations/1.3/apidocs/javax/annotation/security/package-summary.html new file mode 100644 index 0000000000..9eabda73a1 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/security/package-summary.html @@ -0,0 +1,184 @@ + + + + + + +javax.annotation.security (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Package javax.annotation.security

+
+
This package contains the security common annotations.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Annotation Types Summary 
    Annotation TypeDescription
    DeclareRoles +
    Used by application to declare security roles.
    +
    DenyAll +
    Specifies that no security roles are allowed to invoke the specified + method(s).
    +
    PermitAll +
    Specifies that all security roles are allowed to invoke the specified + method(s) — i.e., that the specified method(s) are "unchecked".
    +
    RolesAllowed +
    Specifies the list of security roles permitted to access method(s) in an + application.
    +
    RunAs +
    Defines the identity of the application during execution.
    +
    +
  • +
+ + + +

Package javax.annotation.security Description

+
This package contains the security common annotations.
+
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/security/package-tree.html b/annotations/1.3/apidocs/javax/annotation/security/package-tree.html new file mode 100644 index 0000000000..765a515549 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/security/package-tree.html @@ -0,0 +1,141 @@ + + + + + + +javax.annotation.security Class Hierarchy (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Hierarchy For Package javax.annotation.security

+Package Hierarchies: + +
+
+

Annotation Type Hierarchy

+ +
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/security/package-use.html b/annotations/1.3/apidocs/javax/annotation/security/package-use.html new file mode 100644 index 0000000000..00b85801c3 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/security/package-use.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Package javax.annotation.security (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Package
javax.annotation.security

+
+
No usage of javax.annotation.security
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/sql/DataSourceDefinition.html b/annotations/1.3/apidocs/javax/annotation/sql/DataSourceDefinition.html new file mode 100644 index 0000000000..7745b36877 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/sql/DataSourceDefinition.html @@ -0,0 +1,884 @@ + + + + + + +DataSourceDefinition (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation.sql
+

Annotation Type DataSourceDefinition

+
+
+
+
    +
  • +
    +
    +
    @Target(value=TYPE)
    + @Retention(value=RUNTIME)
    + @Repeatable(value=DataSourceDefinitions.class)
    +public @interface DataSourceDefinition
    +
    Annotation used to define a container DataSource to + be registered with JNDI. The DataSource may be configured by + setting the annotation elements for commonly used DataSource + properties. Additional standard and vendor-specific properties may be + specified using the properties element. +

    + + The data source will be registered under the name specified in the + name element. It may be defined to be in any valid + Jakarta EE namespace, which will determine the accessibility of + the data source from other components. +

    + A JDBC driver implementation class of the appropriate type, either + DataSource, ConnectionPoolDataSource, or + XADataSource, must be indicated by the className + element. The availability of the driver class will be assumed at runtime. +

    + DataSource properties should not be specified more than once. If + the url annotation element contains a DataSource property that was also + specified using the corresponding annotation element or was specified in + the properties annotation element, the precedence order is undefined + and implementation specific: +

    +

    +   @DataSourceDefinition(name="java:global/MyApp/MyDataSource",
    +      className="org.apache.derby.jdbc.ClientDataSource",
    +      url="jdbc:derby://localhost:1527/myDB;user=bill",
    +      user="lance",
    +      password="secret",
    +      databaseName="testDB",
    +      serverName="luckydog"
    +   )// DO NOT DO THIS!!!
    + 
    +

    + In the above example, the databaseName, user + and serverName properties were specified as part of the + url property and using the corresponding + annotation elements. This should be avoided. +

    + If the properties annotation element is used and contains a + DataSource property that was also specified using the corresponding + annotation element, the annotation element value takes precedence. + For example: +

    +

    +   @DataSourceDefinition(name="java:global/MyApp/MyDataSource",
    +      className="org.apache.derby.jdbc.ClientDataSource",
    +      user="lance",
    +      password="secret",
    +      databaseName="testDB",
    +      serverName="luckydog",
    +       properties= {"databaseName=myDB", "databaseProp=doThis"}
    +   )// DO NOT DO THIS!!!
    + 
    +

    + This would result in the following values being used when configuring + the DataSource: +

      +
    • serverName=luckydog
    • +
    • portNumber=1527
    • +
    • databaseName=testDB
    • +
    • user=lance
    • +
    • password=secret
    • +
    • databaseProp=doThis
    • +
    +

    + Vendors are not required to support properties that do not normally + apply to a specific data source type. For example, specifying the + transactional property to be true but supplying + a value for className that implements a data source class + other than XADataSource may not be supported. +

    + Vendor-specific properties may be combined with or used to + override standard data source properties defined using this annotation. +

    + DataSource properties that are specified and are not supported + in a given configuration or cannot be mapped to a vendor specific + configuration property may be ignored. +

    + Examples: +
    +

    +   @DataSourceDefinition(name="java:global/MyApp/MyDataSource",
    +      className="com.foobar.MyDataSource",
    +      portNumber=6689,
    +      serverName="myserver.com",
    +      user="lance",
    +      password="secret"
    +   )
    +
    + 
    +

    + Using a URL: +
    +

    +  @DataSourceDefinition(name="java:global/MyApp/MyDataSource",
    +    className="org.apache.derby.jdbc.ClientDataSource",
    +    url="jdbc:derby://localhost:1527/myDB",
    +    user="lance",
    +    password="secret"
    + )
    + 
    +

    + An example lookup of the DataSource from an EJB: +

    + @Stateless
    + public class MyStatelessEJB {
    +   @Resource(lookup="java:global/MyApp/myDataSource")
    +    DataSource myDB;
    +      ...
    + }
    + 
    +

    +
    +
    Since:
    +
    Common Annotations 1.1
    +
    See Also:
    +
    DataSource, +XADataSource, +ConnectionPoolDataSource
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      StringclassName +
      Name of a DataSource class that implements + javax.sql.DataSource or javax.sql.XADataSource + or javax.sql.ConnectionPoolDataSource.
      +
      Stringname +
      JNDI name by which the data source will be registered.
      +
      +
    • +
    + +
      +
    • + + +

      Optional Element Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Optional Elements 
      Modifier and TypeOptional Element and Description
      StringdatabaseName +
      Name of a database on a server.
      +
      Stringdescription +
      Description of this data source
      +
      intinitialPoolSize +
      Number of connections that should be created when a connection pool + is initialized.
      +
      intisolationLevel +
      Isolation level for connections.
      +
      intloginTimeout +
      Sets the maximum time in seconds that this data source will wait while + attempting to connect to a database.
      +
      intmaxIdleTime +
      The number of seconds that a physical connection + should remain unused in the pool before the + connection is closed for a connection pool.
      +
      intmaxPoolSize +
      Maximum number of connections that should be concurrently allocated for a + connection pool.
      +
      intmaxStatements +
      The total number of statements that a connection pool should keep open.
      +
      intminPoolSize +
      Minimum number of connections that should be allocated for a + connection pool.
      +
      Stringpassword +
      Password to use for connection authentication.
      +
      intportNumber +
      Port number where a server is listening for requests.
      +
      String[]properties +
      Used to specify vendor-specific properties and less commonly + used DataSource properties such as:
      +
      StringserverName +
      Database server name.
      +
      booleantransactional +
      Set to false if connections should not participate + in transactions.
      +
      Stringurl +
      A JDBC URL.
      +
      Stringuser +
      User name to use for connection authentication.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        name

        +
        public abstract String name
        +
        JNDI name by which the data source will be registered.
        +
        +
        Since:
        +
        1.1
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        className

        +
        public abstract String className
        +
        Name of a DataSource class that implements + javax.sql.DataSource or javax.sql.XADataSource + or javax.sql.ConnectionPoolDataSource.
        +
        +
        Since:
        +
        1.1
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +
        +
      • +

        description

        +
        public abstract String description
        +
        Description of this data source
        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        url

        +
        public abstract String url
        +
        A JDBC URL. If the url annotation element contains a + DataSource property that was also specified using the corresponding + annotation element, the precedence order is undefined and + implementation specific.
        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        user

        +
        public abstract String user
        +
        User name to use for connection authentication.
        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        password

        +
        public abstract String password
        +
        Password to use for connection authentication.
        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        databaseName

        +
        public abstract String databaseName
        +
        Name of a database on a server.
        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        portNumber

        +
        public abstract int portNumber
        +
        Port number where a server is listening for requests.
        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        -1
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        serverName

        +
        public abstract String serverName
        +
        Database server name.
        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        "localhost"
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        isolationLevel

        +
        public abstract int isolationLevel
        +
        Isolation level for connections. The Isolation level + must be one of the following: +

        +

          +
        • Connection.TRANSACTION_NONE, +
        • Connection.TRANSACTION_READ_ UNCOMMITTED, +
        • Connection.TRANSACTION_READ_COMMITTED, +
        • Connection.TRANSACTION_REPEATABLE_READ, +
        • Connection.TRANSACTION_SERIALIZABLE +
        +

        + Default is vendor-specific.

        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        -1
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        transactional

        +
        public abstract boolean transactional
        +
        Set to false if connections should not participate + in transactions. +

        + Default is to enlist in a transaction when one is active or becomes + active.

        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        true
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        initialPoolSize

        +
        public abstract int initialPoolSize
        +
        Number of connections that should be created when a connection pool + is initialized. +

        + Default is vendor-specific

        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        -1
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        maxPoolSize

        +
        public abstract int maxPoolSize
        +
        Maximum number of connections that should be concurrently allocated for a + connection pool. +

        + Default is vendor-specific.

        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        -1
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        minPoolSize

        +
        public abstract int minPoolSize
        +
        Minimum number of connections that should be allocated for a + connection pool. +

        + Default is vendor-specific.

        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        -1
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        maxIdleTime

        +
        public abstract int maxIdleTime
        +
        The number of seconds that a physical connection + should remain unused in the pool before the + connection is closed for a connection pool. +

        + Default is vendor-specific

        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        -1
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        maxStatements

        +
        public abstract int maxStatements
        +
        The total number of statements that a connection pool should keep open. + A value of 0 indicates that the caching of statements is disabled for + a connection pool. +

        + Default is vendor-specific

        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        -1
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        properties

        +
        public abstract String[] properties
        +
        Used to specify vendor-specific properties and less commonly + used DataSource properties such as: +

        +

          +
        • dataSourceName +
        • networkProtocol +
        • propertyCycle +
        • roleName +
        +

        + Properties are specified using the format: + propertyName=propertyValue with one property per array element. +

        + If a DataSource property is specified in the properties + element and the annotation element for the property is also + specified, the annotation element value takes precedence.

        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        {}
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        loginTimeout

        +
        public abstract int loginTimeout
        +
        Sets the maximum time in seconds that this data source will wait while + attempting to connect to a database. A value of zero specifies that + the timeout is the default system timeout if there is one; otherwise, + it specifies that there is no timeout. +

        + Default is vendor-specific.

        +
        +
        Since:
        +
        1.1
        +
        +
        +
        Default:
        +
        0
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/sql/DataSourceDefinitions.html b/annotations/1.3/apidocs/javax/annotation/sql/DataSourceDefinitions.html new file mode 100644 index 0000000000..f850f0636b --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/sql/DataSourceDefinitions.html @@ -0,0 +1,224 @@ + + + + + + +DataSourceDefinitions (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + + +
+
javax.annotation.sql
+

Annotation Type DataSourceDefinitions

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      DataSourceDefinition[]value 
      +
    • +
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/sql/class-use/DataSourceDefinition.html b/annotations/1.3/apidocs/javax/annotation/sql/class-use/DataSourceDefinition.html new file mode 100644 index 0000000000..600c9de712 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/sql/class-use/DataSourceDefinition.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Class javax.annotation.sql.DataSourceDefinition (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.sql.DataSourceDefinition

+
+
No usage of javax.annotation.sql.DataSourceDefinition
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/sql/class-use/DataSourceDefinitions.html b/annotations/1.3/apidocs/javax/annotation/sql/class-use/DataSourceDefinitions.html new file mode 100644 index 0000000000..4eb1886a06 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/sql/class-use/DataSourceDefinitions.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Class javax.annotation.sql.DataSourceDefinitions (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Class
javax.annotation.sql.DataSourceDefinitions

+
+
No usage of javax.annotation.sql.DataSourceDefinitions
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/sql/package-frame.html b/annotations/1.3/apidocs/javax/annotation/sql/package-frame.html new file mode 100644 index 0000000000..2ebc0db2a6 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/sql/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +javax.annotation.sql (Jakarta Annotations API 1.3.5 API) + + + + + +

javax.annotation.sql

+
+

Annotation Types

+ +
+ + diff --git a/annotations/1.3/apidocs/javax/annotation/sql/package-summary.html b/annotations/1.3/apidocs/javax/annotation/sql/package-summary.html new file mode 100644 index 0000000000..9c8d4034cc --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/sql/package-summary.html @@ -0,0 +1,155 @@ + + + + + + +javax.annotation.sql (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Package javax.annotation.sql

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Annotation Types Summary 
    Annotation TypeDescription
    DataSourceDefinition +
    Annotation used to define a container DataSource to + be registered with JNDI.
    +
    DataSourceDefinitions +
    Declares one or more DataSourceDefinition annotations.
    +
    +
  • +
+
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/sql/package-tree.html b/annotations/1.3/apidocs/javax/annotation/sql/package-tree.html new file mode 100644 index 0000000000..afaff74727 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/sql/package-tree.html @@ -0,0 +1,138 @@ + + + + + + +javax.annotation.sql Class Hierarchy (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Hierarchy For Package javax.annotation.sql

+Package Hierarchies: + +
+
+

Annotation Type Hierarchy

+ +
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/javax/annotation/sql/package-use.html b/annotations/1.3/apidocs/javax/annotation/sql/package-use.html new file mode 100644 index 0000000000..1bef7832a1 --- /dev/null +++ b/annotations/1.3/apidocs/javax/annotation/sql/package-use.html @@ -0,0 +1,128 @@ + + + + + + +Uses of Package javax.annotation.sql (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Uses of Package
javax.annotation.sql

+
+
No usage of javax.annotation.sql
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/overview-frame.html b/annotations/1.3/apidocs/overview-frame.html new file mode 100644 index 0000000000..12008c18ab --- /dev/null +++ b/annotations/1.3/apidocs/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + +Overview List (Jakarta Annotations API 1.3.5 API) + + + + + +


Jakarta Annotations API v1.3.5

+ + +

 

+ + diff --git a/annotations/1.3/apidocs/overview-summary.html b/annotations/1.3/apidocs/overview-summary.html new file mode 100644 index 0000000000..aa49ac686b --- /dev/null +++ b/annotations/1.3/apidocs/overview-summary.html @@ -0,0 +1,154 @@ + + + + + + +Overview (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Jakarta Annotations 1.3.5 API Specification

+
+
+ + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
javax.annotation +
This package defines the common annotations.
+
javax.annotation.security +
This package contains the security common annotations.
+
javax.annotation.sql 
+
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/overview-tree.html b/annotations/1.3/apidocs/overview-tree.html new file mode 100644 index 0000000000..67226684ff --- /dev/null +++ b/annotations/1.3/apidocs/overview-tree.html @@ -0,0 +1,164 @@ + + + + + + +Class Hierarchy (Jakarta Annotations API 1.3.5 API) + + + + + + + + +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Annotation Type Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +

Jakarta Annotations API v1.3.5
+
+ + +

Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.

+ + diff --git a/annotations/1.3/apidocs/package-list b/annotations/1.3/apidocs/package-list new file mode 100644 index 0000000000..618fd3344b --- /dev/null +++ b/annotations/1.3/apidocs/package-list @@ -0,0 +1,3 @@ +javax.annotation +javax.annotation.security +javax.annotation.sql diff --git a/annotations/1.3/apidocs/script.js b/annotations/1.3/apidocs/script.js new file mode 100644 index 0000000000..b346356931 --- /dev/null +++ b/annotations/1.3/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/annotations/1.3/apidocs/stylesheet.css b/annotations/1.3/apidocs/stylesheet.css new file mode 100644 index 0000000000..98055b22d6 --- /dev/null +++ b/annotations/1.3/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +}