summaryrefslogtreecommitdiff
path: root/atinject.ipr
AgeCommit message (Collapse)Author
2009-10-03Made rule about injecting T or a subtype of T more precise.Bob Lee
git-svn-id: https://atinject.googlecode.com/svn/trunk@50 3bc8319c-20ab-11de-9edc-3f40a397ab60
2009-09-30Added rule to spec requiring injectors to support injecting user-specified ↵Bob Lee
subtypes. Clarified and otherwise improved docs on Tck. Added a test case that mixes package private with overridding. git-svn-id: https://atinject.googlecode.com/svn/trunk@44 3bc8319c-20ab-11de-9edc-3f40a397ab60
2009-09-29Made static and private member injection optional.Bob Lee
git-svn-id: https://atinject.googlecode.com/svn/trunk@39 3bc8319c-20ab-11de-9edc-3f40a397ab60
2009-09-28Added JUnit.Bob Lee
git-svn-id: https://atinject.googlecode.com/svn/trunk@32 3bc8319c-20ab-11de-9edc-3f40a397ab60
2009-09-28Updated build script to build TCK.Bob Lee
git-svn-id: https://atinject.googlecode.com/svn/trunk@30 3bc8319c-20ab-11de-9edc-3f40a397ab60
2009-09-28Further tests for the TCK: method visibility and overrides.Jesse Wilson
These tests check for private method injections; that's not required by the spec but it's an important thing to test. I might need to configure the tool to report these as warnings git-svn-id: https://atinject.googlecode.com/svn/trunk@29 3bc8319c-20ab-11de-9edc-3f40a397ab60
2009-09-27An early draft of the JSR 330 TCK. Most checks haven't been added yet.Jesse Wilson
git-svn-id: https://atinject.googlecode.com/svn/trunk@28 3bc8319c-20ab-11de-9edc-3f40a397ab60
2009-07-09Updated Javadocs.Bob Lee
git-svn-id: https://atinject.googlecode.com/svn/trunk@19 3bc8319c-20ab-11de-9edc-3f40a397ab60
2009-07-08Updated Javadocs.Bob Lee
git-svn-id: https://atinject.googlecode.com/svn/trunk@16 3bc8319c-20ab-11de-9edc-3f40a397ab60
2009-06-23Added a note about exceptions to Provider's docs. Noted that Provider is ↵Bob Lee
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
2009-04-29Repackaged as javax.inject.Bob Lee
git-svn-id: https://atinject.googlecode.com/svn/trunk@3 3bc8319c-20ab-11de-9edc-3f40a397ab60
2009-04-04Initial checkin.Bob Lee
git-svn-id: https://atinject.googlecode.com/svn/trunk@2 3bc8319c-20ab-11de-9edc-3f40a397ab60