summaryrefslogtreecommitdiffstats
path: root/sangria-core/src/main
Commit message (Expand)AuthorAgeFilesLines
* core: Make PrettyTypes use PotentialAnnotation to format annotations.Tavian Barnes2014-09-251-8/+4
* core: Fix javadoc on PotentialAnnotation.from(Key<?>).Tavian Barnes2014-09-151-1/+4
* core: Add PotentialAnnotation.from(Key<?>) method.Tavian Barnes2014-09-141-1/+69
* core: Bump the @version of the whole package.Tavian Barnes2014-05-071-1/+1
* core: Add PotentialAnnotation helper to store different annotation possibilit...Tavian Barnes2014-05-071-0/+241
* core: Make DelayedError complain if cancel() is called too late.Tavian Barnes2014-05-071-2/+7
* core: Change Priority.toString() to use more natural language.Tavian Barnes2014-05-071-7/+6
* core: Make TypeLiterals use JSR-330 Providers.Tavian Barnes2014-05-061-3/+6
* core: Add a Priority class for loosely coupled, infinitely divisible weights.Tavian Barnes2014-05-061-0/+149
* core: Add TypeLiterals utility class.Tavian Barnes2014-05-061-0/+87
* Re-license under the Apache 2.0 License.Tavian Barnes2014-04-024-30/+65
* Add package-info.java files.Tavian Barnes2014-04-011-0/+8
* Add sangria-core module.Tavian Barnes2014-04-013-0/+263