summaryrefslogtreecommitdiff
path: root/atinject.ipr
diff options
context:
space:
mode:
authorBob Lee <crazybob@crazybob.org>2009-06-23 23:14:15 +0000
committerBob Lee <crazybob@crazybob.org>2009-06-23 23:14:15 +0000
commit47092e9a7d95e19ab3e99e6e879e655fb0e6d887 (patch)
treebec041fcd28b2132a3a99082b99528ff9cb50967 /atinject.ipr
parentc92d8c3ee7684193bd85e3a3bc6c42273f2305ec (diff)
downloadjsr330-47092e9a7d95e19ab3e99e6e879e655fb0e6d887.tar.gz
Added a note about exceptions to Provider's docs. Noted that Provider is typically implemented by an injector. Specified that instances returned by Provider.get() are fully constructed and
injected. Allowed methods to return types other than void. Added note about qualifiers to @Inject doc. Removed "optional" attribute from @Inject. Limited the scope of some qualifier restrictions so they only apply to @Inject methods and not qualifiers in general. git-svn-id: https://atinject.googlecode.com/svn/trunk@4 3bc8319c-20ab-11de-9edc-3f40a397ab60
Diffstat (limited to 'atinject.ipr')
-rw-r--r--atinject.ipr3
1 files changed, 3 insertions, 0 deletions
diff --git a/atinject.ipr b/atinject.ipr
index a1aa219..bc9f3d5 100644
--- a/atinject.ipr
+++ b/atinject.ipr
@@ -30,6 +30,9 @@
<entry name="?*.ftl" />
</wildcardResourcePatterns>
</component>
+ <component name="CopyrightManager" default="">
+ <module2copyright />
+ </component>
<component name="DependencyValidationManager">
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
</component>