Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contextual: Make ContextSensitiveBinder work with requireExplicitBindings(). | Tavian Barnes | 2014-10-04 | 2 | -3/+36 |
| | | | | | | | Same as regular toProvider() bindings, an explicit binding for the provider is *not* required, unless to provider itself is injected somewhere. This is accomplished by generating a unique linked-key binding for each ContextSensitiveProvider. | ||||
* | Don't use Guava's Objects. | Tavian Barnes | 2014-09-15 | 1 | -4/+3 |
| | |||||
* | sangria-contextual: Get rid of some unchecked warnings. | Tavian Barnes | 2014-04-05 | 1 | -0/+2 |
| | |||||
* | contextual: Add an extension SPI. | Tavian Barnes | 2014-04-03 | 5 | -33/+308 |
| | |||||
* | contextual: Weaken generics on toContextSensitiveProvider() to match ↵ | Tavian Barnes | 2014-04-03 | 2 | -22/+22 |
| | | | | toProvider(). | ||||
* | Re-license under the Apache 2.0 License. | Tavian Barnes | 2014-04-02 | 6 | -50/+97 |
| | |||||
* | Add package-info.java files. | Tavian Barnes | 2014-04-01 | 1 | -0/+8 |
| | |||||
* | Add sangria-contextual module. | Tavian Barnes | 2014-04-01 | 5 | -0/+677 |