From 7865786d43805a7e45240088b9de77e37b485c3e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 8 May 2015 20:53:48 -0400 Subject: Add version 1.3 site. --- .../com/tavianator/sangria/core/DelayedError.html | 295 ++++++++++++++ .../sangria/core/PotentialAnnotation.Visitor.html | 258 +++++++++++++ .../sangria/core/PotentialAnnotation.html | 429 +++++++++++++++++++++ .../com/tavianator/sangria/core/PrettyTypes.html | 237 ++++++++++++ .../com/tavianator/sangria/core/Priority.html | 371 ++++++++++++++++++ .../com/tavianator/sangria/core/TypeLiterals.html | 354 +++++++++++++++++ .../tavianator/sangria/core/UniqueAnnotations.html | 230 +++++++++++ .../sangria/core/class-use/DelayedError.html | 158 ++++++++ .../class-use/PotentialAnnotation.Visitor.html | 142 +++++++ .../core/class-use/PotentialAnnotation.html | 158 ++++++++ .../sangria/core/class-use/PrettyTypes.html | 115 ++++++ .../sangria/core/class-use/Priority.html | 164 ++++++++ .../sangria/core/class-use/TypeLiterals.html | 115 ++++++ .../sangria/core/class-use/UniqueAnnotations.html | 115 ++++++ .../com/tavianator/sangria/core/package-frame.html | 29 ++ .../tavianator/sangria/core/package-summary.html | 197 ++++++++++ .../com/tavianator/sangria/core/package-tree.html | 133 +++++++ .../com/tavianator/sangria/core/package-use.html | 150 +++++++ 18 files changed, 3650 insertions(+) create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/DelayedError.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/PotentialAnnotation.Visitor.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/PotentialAnnotation.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/PrettyTypes.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/Priority.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/TypeLiterals.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/UniqueAnnotations.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/DelayedError.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.Visitor.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/PrettyTypes.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/Priority.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/TypeLiterals.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/UniqueAnnotations.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-frame.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-summary.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-tree.html create mode 100644 1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-use.html (limited to '1.3/sangria-core/apidocs/com/tavianator/sangria/core') diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/DelayedError.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/DelayedError.html new file mode 100644 index 0000000..3966b50 --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/DelayedError.html @@ -0,0 +1,295 @@ + + + + + + +DelayedError (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + + +
+
com.tavianator.sangria.core
+

Class DelayedError

+
+
+ +
+
    +
  • +
    +
    +
    public class DelayedError
    +extends Object
    +
    Similar to Binder.addError(String, Object...), but can be canceled later. Useful for enforcing correct usage + of fluent APIs.
    +
    Since:
    +
    1.0
    +
    Version:
    +
    1.0
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/PotentialAnnotation.Visitor.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/PotentialAnnotation.Visitor.html new file mode 100644 index 0000000..499161d --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/PotentialAnnotation.Visitor.html @@ -0,0 +1,258 @@ + + + + + + +PotentialAnnotation.Visitor (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + + +
+
com.tavianator.sangria.core
+

Interface PotentialAnnotation.Visitor<T>

+
+
+
+
    +
  • +
    Type Parameters:
    T - The type to return.
    +
    +
    Enclosing class:
    +
    PotentialAnnotation
    +
    +
    +
    +
    public static interface PotentialAnnotation.Visitor<T>
    +
    A visitor interface to examine a PotentialAnnotation's annotation, if it exists.
    +
    Since:
    +
    1.1
    +
    Version:
    +
    1.1
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        visitNoAnnotation

        +
        T visitNoAnnotation()
        +
        Called when there is no annotation.
        +
        Returns:
        Any value.
        +
      • +
      + + + +
        +
      • +

        visitAnnotationType

        +
        T visitAnnotationType(Class<? extends Annotation> annotationType)
        +
        Called when an annotation type is stored.
        +
        Parameters:
        annotationType - The annotation type.
        +
        Returns:
        Any value.
        +
      • +
      + + + +
        +
      • +

        visitAnnotationInstance

        +
        T visitAnnotationInstance(Annotation annotation)
        +
        Called when an annotation instance is stored.
        +
        Parameters:
        annotation - The annotation instance.
        +
        Returns:
        Any value.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/PotentialAnnotation.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/PotentialAnnotation.html new file mode 100644 index 0000000..ff962e6 --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/PotentialAnnotation.html @@ -0,0 +1,429 @@ + + + + + + +PotentialAnnotation (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + + +
+
com.tavianator.sangria.core
+

Class PotentialAnnotation

+
+
+ +
+
    +
  • +
    +
    +
    public abstract class PotentialAnnotation
    +extends Object
    +
    A record of stored annotations, perfect for builders with annotatedWith() methods.
    +
    Since:
    +
    1.1
    +
    Version:
    +
    1.2
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        from

        +
        public static PotentialAnnotation from(Key<?> key)
        +
        Extract the annotation from a Key.
        +
        Parameters:
        key - The Key whose annotation to use, if any.
        +
        Returns:
        A PotentialAnnotation with the annotation from key.
        Since:
        +
        1.2
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        hasAnnotation

        +
        public abstract boolean hasAnnotation()
        +
        Returns:
        Whether an annotation is present.
        +
      • +
      + + + +
        +
      • +

        getKey

        +
        public <T> Key<T> getKey(Class<T> type)
        +
        Create a Key with the given type and the stored annotation.
        +
        Type Parameters:
        T - The type of the key to create.
        Parameters:
        type - The type of the key to create.
        +
        Returns:
        A Key.
        +
      • +
      + + + +
        +
      • +

        getKey

        +
        public abstract <T> Key<T> getKey(TypeLiteral<T> type)
        +
        Create a Key with the given type and the stored annotation.
        +
        Type Parameters:
        T - The type of the key to create.
        Parameters:
        type - The type of the key to create.
        +
        Returns:
        A Key.
        +
      • +
      + + + +
        +
      • +

        accept

        +
        public abstract <T> T accept(PotentialAnnotation.Visitor<T> visitor)
        + +
        Type Parameters:
        T - The type for the visitor to return.
        Parameters:
        visitor - The visitor to accept.
        +
        Returns:
        The value produced by the visitor.
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public abstract boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public abstract int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/PrettyTypes.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/PrettyTypes.html new file mode 100644 index 0000000..8453196 --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/PrettyTypes.html @@ -0,0 +1,237 @@ + + + + + + +PrettyTypes (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + + +
+
com.tavianator.sangria.core
+

Class PrettyTypes

+
+
+ +
+
    +
  • +
    +
    +
    public class PrettyTypes
    +extends Object
    +
    Utility class for pretty-printing messages containing types.
    +
    Since:
    +
    1.0
    +
    Version:
    +
    1.0
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        format

        +
        public static String format(String message,
        +            Object... args)
        +
        Format a message.
        +
        Parameters:
        message - The format string.
        args - The format arguments, possibly containing Class or Key instances to be + pretty-printed.
        +
        Returns:
        A formatted message.
        See Also:
        String.format(String, Object...)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/Priority.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/Priority.html new file mode 100644 index 0000000..315972c --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/Priority.html @@ -0,0 +1,371 @@ + + + + + + +Priority (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + + +
+
com.tavianator.sangria.core
+

Class Priority

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Comparable<Priority>
    +
    +
    +
    +
    public class Priority
    +extends Object
    +implements Comparable<Priority>
    +
    A loosely-coupled, infinitely divisible priority/weight system. + +

    + This class implements an extensible priority system based on lexicographical ordering. In its simplest use, Priority.create(0) is ordered before Priority.create(1), then Priority.create(2), etc. +

    + +

    + To create a priority that is ordered between two existing ones, simply add another parameter: Priority.create(1, 1) comes after Priority.create(1), but before Priority.create(2). In this way, + priorities can always be inserted anywhere in a sequence. +

    + +

    + The next() method creates a priority that is ordered immediately following the current one, and is distinct + from all priorities obtained by any other means. This provides a convenient way to order entire segments of lists. +

    + +

    + A special priority, obtained by Priority.getDefault(), sorts before all other priorities. +

    +
    Since:
    +
    1.1
    +
    Version:
    +
    1.1
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDefault

        +
        public static Priority getDefault()
        +
        Returns:
        The default priority, which comes before all other priorities.
        +
      • +
      + + + +
        +
      • +

        create

        +
        public static Priority create(int weight,
        +              int... weights)
        +
        Create a Priority with the given sequence.
        +
        Parameters:
        weight - The first value of the weight sequence.
        weights - An integer sequence. These sequences are sorted lexicographically, so Priority.create(1) + sorts before Priority.create(1, 1), which sorts before Priority.create(2).
        +
        Returns:
        A new Priority.
        +
      • +
      + + + +
        +
      • +

        isDefault

        +
        public boolean isDefault()
        +
        Returns:
        Whether this priority originated in a call to getDefault().
        +
      • +
      + + + +
        +
      • +

        next

        +
        public Priority next()
        +
        Returns:
        A new Priority which immediately follows this one, and which is distinct from all other + priorities obtained by create(int, int...).
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + + + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/TypeLiterals.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/TypeLiterals.html new file mode 100644 index 0000000..c24e271 --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/TypeLiterals.html @@ -0,0 +1,354 @@ + + + + + + +TypeLiterals (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + + +
+
com.tavianator.sangria.core
+

Class TypeLiterals

+
+
+ +
+
    +
  • +
    +
    +
    public class TypeLiterals
    +extends Object
    +
    Static utility functions for working with TypeLiterals.
    +
    Since:
    +
    1.1
    +
    Version:
    +
    1.1
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/UniqueAnnotations.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/UniqueAnnotations.html new file mode 100644 index 0000000..1622ba8 --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/UniqueAnnotations.html @@ -0,0 +1,230 @@ + + + + + + +UniqueAnnotations (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + + +
+
com.tavianator.sangria.core
+

Class UniqueAnnotations

+
+
+ +
+
    +
  • +
    +
    +
    public class UniqueAnnotations
    +extends Object
    +
    Re-implementation of Guice's internal UniqueAnnotations utility.
    +
    Since:
    +
    1.0
    +
    Version:
    +
    1.0
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        create

        +
        public static Annotation create()
        +
        Returns:
        An Annotation that will be unequal to every other annotation.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/DelayedError.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/DelayedError.html new file mode 100644 index 0000000..814c050 --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/DelayedError.html @@ -0,0 +1,158 @@ + + + + + + +Uses of Class com.tavianator.sangria.core.DelayedError (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Class
com.tavianator.sangria.core.DelayedError

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.Visitor.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.Visitor.html new file mode 100644 index 0000000..96fb080 --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.Visitor.html @@ -0,0 +1,142 @@ + + + + + + +Uses of Interface com.tavianator.sangria.core.PotentialAnnotation.Visitor (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Interface
com.tavianator.sangria.core.PotentialAnnotation.Visitor

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.html new file mode 100644 index 0000000..34c7239 --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.html @@ -0,0 +1,158 @@ + + + + + + +Uses of Class com.tavianator.sangria.core.PotentialAnnotation (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Class
com.tavianator.sangria.core.PotentialAnnotation

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/PrettyTypes.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/PrettyTypes.html new file mode 100644 index 0000000..1b8ba28 --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/PrettyTypes.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class com.tavianator.sangria.core.PrettyTypes (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Class
com.tavianator.sangria.core.PrettyTypes

+
+
No usage of com.tavianator.sangria.core.PrettyTypes
+ +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/Priority.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/Priority.html new file mode 100644 index 0000000..cdab636 --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/Priority.html @@ -0,0 +1,164 @@ + + + + + + +Uses of Class com.tavianator.sangria.core.Priority (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Class
com.tavianator.sangria.core.Priority

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/TypeLiterals.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/TypeLiterals.html new file mode 100644 index 0000000..8115676 --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/TypeLiterals.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class com.tavianator.sangria.core.TypeLiterals (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Class
com.tavianator.sangria.core.TypeLiterals

+
+
No usage of com.tavianator.sangria.core.TypeLiterals
+ +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/UniqueAnnotations.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/UniqueAnnotations.html new file mode 100644 index 0000000..e3c7087 --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/class-use/UniqueAnnotations.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class com.tavianator.sangria.core.UniqueAnnotations (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Class
com.tavianator.sangria.core.UniqueAnnotations

+
+
No usage of com.tavianator.sangria.core.UniqueAnnotations
+ +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-frame.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-frame.html new file mode 100644 index 0000000..05a68aa --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-frame.html @@ -0,0 +1,29 @@ + + + + + + +com.tavianator.sangria.core (Sangria Core 1.3 API) + + + + +

com.tavianator.sangria.core

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-summary.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-summary.html new file mode 100644 index 0000000..bfb2003 --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-summary.html @@ -0,0 +1,197 @@ + + + + + + +com.tavianator.sangria.core (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Package com.tavianator.sangria.core

+
+
sangria-core: Common code for Sangria.
+
+

See: Description

+
+
+ + + + +

Package com.tavianator.sangria.core Description

+
sangria-core: Common code for Sangria.
+
Since:
+
1.0
+
Version:
+
1.1
+
Author:
+
Tavian Barnes (tavianator@tavianator.com)
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-tree.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-tree.html new file mode 100644 index 0000000..4213e8f --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-tree.html @@ -0,0 +1,133 @@ + + + + + + +com.tavianator.sangria.core Class Hierarchy (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package com.tavianator.sangria.core

+
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-use.html b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-use.html new file mode 100644 index 0000000..7c2694c --- /dev/null +++ b/1.3/sangria-core/apidocs/com/tavianator/sangria/core/package-use.html @@ -0,0 +1,150 @@ + + + + + + +Uses of Package com.tavianator.sangria.core (Sangria Core 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Package
com.tavianator.sangria.core

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + -- cgit v1.2.3