summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Pete Muir's patch for making the TCK follow the spec more closelyJesse Wilson2009-10-012-6/+5
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@48 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Fixing an incorrectly-named test in the TCK.Jesse Wilson2009-10-011-2/+2
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@47 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Added SpareTire to list of classes that can be injected.Bob Lee2009-09-301-1/+2
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@46 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * s/subclass/subtype/. Added a couple more test cases.Bob Lee2009-09-305-3/+47
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@45 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Added rule to spec requiring injectors to support injecting user-specified ↵Bob Lee2009-09-309-52/+137
| | | | | | | | | | | | 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
| * TCK maintenance; we were constraining more than necessary.Jesse Wilson2009-09-301-2/+2
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@43 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Added Javadocs for TCK.Bob Lee2009-09-292-6/+16
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@42 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Updated build script.Bob Lee2009-09-291-0/+1
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@41 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Removed empty dir.Bob Lee2009-09-290-0/+0
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@40 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Made static and private member injection optional.Bob Lee2009-09-293-107/+124
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@39 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * JUnitified the TCKJesse Wilson2009-09-299-261/+405
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@38 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Made forTests() thread safe (despite JUnit).Bob Lee2009-09-282-12/+10
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@37 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Simplified TCK setup.Bob Lee2009-09-284-131/+28
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@36 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Repackaged TCK.Bob Lee2009-09-2817-87/+111
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@35 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Added tests for the TCK itself.Bob Lee2009-09-282-10/+53
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@34 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Modified Tck to use JUnit.Bob Lee2009-09-285-83/+111
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@33 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Added JUnit.Bob Lee2009-09-284-3/+12
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@32 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Adding several more tests to the TCK.Jesse Wilson2009-09-2816-112/+331
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@31 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Updated build script to build TCK.Bob Lee2009-09-282-2/+10
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@30 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Further tests for the TCK: method visibility and overrides.Jesse Wilson2009-09-288-28/+416
| | | | | | | | | | | | 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
| * An early draft of the JSR 330 TCK. Most checks haven't been added yet.Jesse Wilson2009-09-2718-4/+544
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@28 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Added small example to @Named.Bob Lee2009-09-221-0/+9
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@27 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * add footer as per build.shPaul Hammant2009-09-181-0/+6
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@26 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * javadoc report addedPaul Hammant2009-09-181-1/+9
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@25 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * maven pom filePaul Hammant2009-09-181-0/+26
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@24 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Updated build script for PFD.Bob Lee2009-09-141-14/+12
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@23 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Added build script.Bob Lee2009-07-131-0/+30
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@22 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Added missing space.Bob Lee2009-07-0924-25/+25
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@21 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Moved a sentence.Bob Lee2009-07-0924-45/+41
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@20 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Updated Javadocs.Bob Lee2009-07-0924-40/+172
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@19 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Copied introductory prose from JSR proposal to package description.Bob Lee2009-07-091-15/+136
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@18 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * s/prevent/preclude/Bob Lee2009-07-0824-25/+25
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@17 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Updated Javadocs.Bob Lee2009-07-0824-47/+56
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@16 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Added note about injecting non-public members.Bob Lee2009-07-081-1/+5
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@15 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Updated Javadocs.Bob Lee2009-06-2923-26/+26
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@14 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Moved the word 'only'. Fixes issue 11. Added copyright headers.Bob Lee2009-06-297-5/+114
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@13 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Updated Javadocs.Bob Lee2009-06-2723-26/+26
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@11 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Qualified the single qualifier rule with 'in injector-independent classes'.Bob Lee2009-06-271-3/+3
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@10 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Updated Javadocs.Bob Lee2009-06-2723-31/+31
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@9 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Lightened restrictions on using @Target on qualifiers and scope annotations.Bob Lee2009-06-272-8/+8
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@8 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Updated Javadocs.Bob Lee2009-06-2623-39/+31
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@7 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Defined default value of Named.value() to be "".Bob Lee2009-06-261-1/+1
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@6 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * The latest Javadocs.Bob Lee2009-06-2323-31/+39
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@5 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Added a note about exceptions to Provider's docs. Noted that Provider is ↵Bob Lee2009-06-2327-167/+108
| | | | | | | | | | | | | | | | | | | | 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
| * Repackaged as javax.inject.Bob Lee2009-04-2933-315/+327
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@3 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Initial checkin.Bob Lee2009-04-0435-0/+4106
| | | | | | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@2 3bc8319c-20ab-11de-9edc-3f40a397ab60
| * Initial directory structure.Bob Lee2009-04-030-0/+0
| | | | git-svn-id: https://atinject.googlecode.com/svn/trunk@1 3bc8319c-20ab-11de-9edc-3f40a397ab60
* Initial empty repositoryBill Yi2016-03-090-0/+0