From 5facbd53a19d2eafea225842b2b34dfa492b2377 Mon Sep 17 00:00:00 2001 From: Bob Lee Date: Tue, 23 Jun 2009 23:46:52 +0000 Subject: The latest Javadocs. git-svn-id: https://atinject.googlecode.com/svn/trunk@5 3bc8319c-20ab-11de-9edc-3f40a397ab60 --- javadoc/allclasses-frame.html | 2 +- javadoc/allclasses-noframe.html | 2 +- javadoc/constant-values.html | 2 +- javadoc/deprecated-list.html | 2 +- javadoc/help-doc.html | 2 +- javadoc/index-files/index-1.html | 4 ++-- javadoc/index-files/index-2.html | 2 +- javadoc/index-files/index-3.html | 2 +- javadoc/index-files/index-4.html | 2 +- javadoc/index-files/index-5.html | 2 +- javadoc/index-files/index-6.html | 2 +- javadoc/index-files/index-7.html | 2 +- javadoc/index.html | 2 +- javadoc/javax/inject/Inject.html | 4 ++-- javadoc/javax/inject/Named.html | 2 +- javadoc/javax/inject/Provider.html | 22 +++++++++++++++------- javadoc/javax/inject/Qualifier.html | 2 +- javadoc/javax/inject/Scope.html | 2 +- javadoc/javax/inject/Singleton.html | 2 +- javadoc/javax/inject/package-frame.html | 2 +- javadoc/javax/inject/package-summary.html | 2 +- javadoc/javax/inject/package-tree.html | 2 +- javadoc/overview-tree.html | 2 +- 23 files changed, 39 insertions(+), 31 deletions(-) (limited to 'javadoc') diff --git a/javadoc/allclasses-frame.html b/javadoc/allclasses-frame.html index 1c8e36b..351efaf 100644 --- a/javadoc/allclasses-frame.html +++ b/javadoc/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes diff --git a/javadoc/allclasses-noframe.html b/javadoc/allclasses-noframe.html index 4e10083..38cd826 100644 --- a/javadoc/allclasses-noframe.html +++ b/javadoc/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes diff --git a/javadoc/constant-values.html b/javadoc/constant-values.html index c02a31a..1782246 100644 --- a/javadoc/constant-values.html +++ b/javadoc/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values diff --git a/javadoc/deprecated-list.html b/javadoc/deprecated-list.html index 66f4730..ca79ad0 100644 --- a/javadoc/deprecated-list.html +++ b/javadoc/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List diff --git a/javadoc/help-doc.html b/javadoc/help-doc.html index 6a590d4..e6dfa84 100644 --- a/javadoc/help-doc.html +++ b/javadoc/help-doc.html @@ -2,7 +2,7 @@ - + API Help diff --git a/javadoc/index-files/index-1.html b/javadoc/index-files/index-1.html index 7433a9c..9c030ed 100644 --- a/javadoc/index-files/index-1.html +++ b/javadoc/index-files/index-1.html @@ -2,7 +2,7 @@ - + G-Index @@ -78,7 +78,7 @@ function windowTitle()
get() - Method in interface javax.inject.Provider -
Provides an instance of T. +
Provides a fully-constructed and injected instance of T.

diff --git a/javadoc/index-files/index-2.html b/javadoc/index-files/index-2.html index a98190a..36c2c89 100644 --- a/javadoc/index-files/index-2.html +++ b/javadoc/index-files/index-2.html @@ -2,7 +2,7 @@ - + I-Index diff --git a/javadoc/index-files/index-3.html b/javadoc/index-files/index-3.html index ec69d61..f742f67 100644 --- a/javadoc/index-files/index-3.html +++ b/javadoc/index-files/index-3.html @@ -2,7 +2,7 @@ - + J-Index diff --git a/javadoc/index-files/index-4.html b/javadoc/index-files/index-4.html index c9f41db..79632c6 100644 --- a/javadoc/index-files/index-4.html +++ b/javadoc/index-files/index-4.html @@ -2,7 +2,7 @@ - + N-Index diff --git a/javadoc/index-files/index-5.html b/javadoc/index-files/index-5.html index ac04497..f97b10e 100644 --- a/javadoc/index-files/index-5.html +++ b/javadoc/index-files/index-5.html @@ -2,7 +2,7 @@ - + P-Index diff --git a/javadoc/index-files/index-6.html b/javadoc/index-files/index-6.html index e9a4fb4..f547b43 100644 --- a/javadoc/index-files/index-6.html +++ b/javadoc/index-files/index-6.html @@ -2,7 +2,7 @@ - + Q-Index diff --git a/javadoc/index-files/index-7.html b/javadoc/index-files/index-7.html index c08e708..f48fdca 100644 --- a/javadoc/index-files/index-7.html +++ b/javadoc/index-files/index-7.html @@ -2,7 +2,7 @@ - + S-Index diff --git a/javadoc/index.html b/javadoc/index.html index f0792ca..d4ab581 100644 --- a/javadoc/index.html +++ b/javadoc/index.html @@ -2,7 +2,7 @@ - + Generated Documentation (Untitled) diff --git a/javadoc/javax/inject/Inject.html b/javadoc/javax/inject/Inject.html index 64b5ecb..2b056f2 100644 --- a/javadoc/javax/inject/Inject.html +++ b/javadoc/javax/inject/Inject.html @@ -2,7 +2,7 @@ - + Inject @@ -95,7 +95,7 @@ Annotation Type Inject

-Identifies injectable constructors, methods, and fields. Applies to static +Identifies injectable constructors, methods, and fields. May apply to static as well as instance members. An injectable member may have any access modifier (private, package-private, protected, public). Constructors are injected first, followed by fields, and then methods. Fields and methods diff --git a/javadoc/javax/inject/Named.html b/javadoc/javax/inject/Named.html index bd78e93..add9fe9 100644 --- a/javadoc/javax/inject/Named.html +++ b/javadoc/javax/inject/Named.html @@ -2,7 +2,7 @@ - + Named diff --git a/javadoc/javax/inject/Provider.html b/javadoc/javax/inject/Provider.html index 3ad48ac..cb384f4 100644 --- a/javadoc/javax/inject/Provider.html +++ b/javadoc/javax/inject/Provider.html @@ -2,7 +2,7 @@ - + Provider @@ -92,9 +92,10 @@ Interface Provider<T>

-Provides instances of T. For any type T that can be - injected, you can also inject Provider<T>. Compared to injecting - T directly, injecting Provider<T> enables: +Provides instances of T. Typically implemented by an injector. For + any type T that can be injected, you can also inject + Provider<T>. Compared to injecting T directly, injecting + Provider<T> enables: