From 278bfc319cc905bdf150af814bb3461896b68444 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 25 Oct 2015 13:35:25 -0400 Subject: Add version 1.3.1 site. --- .../sangria/core/PotentialAnnotation.Visitor.html | 291 +++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/PotentialAnnotation.Visitor.html (limited to '1.3.1/apidocs/com/tavianator/sangria/core/PotentialAnnotation.Visitor.html') diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/PotentialAnnotation.Visitor.html b/1.3.1/apidocs/com/tavianator/sangria/core/PotentialAnnotation.Visitor.html new file mode 100644 index 0000000..d07f2e8 --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/PotentialAnnotation.Visitor.html @@ -0,0 +1,291 @@ + + + + + + +PotentialAnnotation.Visitor (Sangria 1.3.1 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.

+ + -- cgit v1.2.3