aboutsummaryrefslogtreecommitdiff
path: root/core/src/com/google/inject/package-info.java
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2018-08-28 11:18:22 -0700
committerHaibo Huang <hhb@google.com>2018-08-28 11:20:15 -0700
commitbfaaf2b15f18ec4f73641d11539db4829f5b15e2 (patch)
treecb03f0d7b72d492f6f29457cbe0d5b5eee636f54 /core/src/com/google/inject/package-info.java
parent9b878813d48dee9b08a1cdc8c8b607a602752659 (diff)
downloadguice-bfaaf2b15f18ec4f73641d11539db4829f5b15e2.tar.gz
Upgrade guice to 4.2
Test: m checkbuild Change-Id: I7df64e3d67f5b6c586ff444f45636cd7b2935c1f
Diffstat (limited to 'core/src/com/google/inject/package-info.java')
-rw-r--r--core/src/com/google/inject/package-info.java34
1 files changed, 13 insertions, 21 deletions
diff --git a/core/src/com/google/inject/package-info.java b/core/src/com/google/inject/package-info.java
index 626bde2b..12b3b1eb 100644
--- a/core/src/com/google/inject/package-info.java
+++ b/core/src/com/google/inject/package-info.java
@@ -1,4 +1,4 @@
-/**
+/*
* Copyright (C) 2006 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,33 +15,25 @@
*/
/**
- * <i>Google Guice</i> (pronounced "juice") is an ultra-lightweight dependency
- * injection framework. Please refer to the Guice
- * <a href="http://docs.google.com/Doc?id=dd2fhx4z_5df5hw8">User's Guide</a>
- * for a gentle introduction.
+ * <i>Google Guice</i> (pronounced "juice") is an ultra-lightweight dependency injection framework.
+ * Please refer to the Guice <a href="http://docs.google.com/Doc?id=dd2fhx4z_5df5hw8">User's
+ * Guide</a> for a gentle introduction.
*
* <p>The principal public APIs in this package are:
*
* <dl>
* <dt>{@link com.google.inject.Inject}
- * <dd>The annotation you will use in your implementation classes to tell Guice
- * where and how it should send in ("inject") the objects you depend on
- * (your "dependencies").
- *
+ * <dd>The annotation you will use in your implementation classes to tell Guice where and how it
+ * should send in ("inject") the objects you depend on (your "dependencies").
* <dt>{@link com.google.inject.Module}
- * <dd>The interface you will implement in order to specify "bindings" --
- * instructions for how Guice should handle injection -- for a particular
- * set of interfaces.
- *
+ * <dd>The interface you will implement in order to specify "bindings" -- instructions for how Guice
+ * should handle injection -- for a particular set of interfaces.
* <dt>{@link com.google.inject.Binder}
- * <dd>The object that Guice passes into your {@link com.google.inject.Module}
- * to collect these bindings.
- *
+ * <dd>The object that Guice passes into your {@link com.google.inject.Module} to collect these
+ * bindings.
* <dt>{@link com.google.inject.Provider}
- * <dd>The interface you will implement when you need to customize exactly how
- * Guice creates instances for a particular binding.
- *
+ * <dd>The interface you will implement when you need to customize exactly how Guice creates
+ * instances for a particular binding.
* </dl>
- *
*/
-package com.google.inject; \ No newline at end of file
+package com.google.inject;