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/lazy/LazyBinding.html | 216 +++++++++++++++++++++ 1 file changed, 216 insertions(+) create mode 100644 1.3/apidocs/com/tavianator/sangria/lazy/LazyBinding.html (limited to '1.3/apidocs/com/tavianator/sangria/lazy/LazyBinding.html') diff --git a/1.3/apidocs/com/tavianator/sangria/lazy/LazyBinding.html b/1.3/apidocs/com/tavianator/sangria/lazy/LazyBinding.html new file mode 100644 index 0000000..0a4b06c --- /dev/null +++ b/1.3/apidocs/com/tavianator/sangria/lazy/LazyBinding.html @@ -0,0 +1,216 @@ + + + + + + +LazyBinding (Sangria 1.3 API) + + + + + + + +
+ + + + + +
+ + + +
+
com.tavianator.sangria.lazy
+

Interface LazyBinding<T>

+
+
+
+
    +
  • +
    +
    +
    public interface LazyBinding<T>
    +
    SPI for LazyBinder bindings.
    +
    Since:
    +
    1.2
    +
    Version:
    +
    1.2
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Key<T>getTargetKey() 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getTargetKey

        +
        Key<T> getTargetKey()
        +
        Returns:
        The key wrapped by the Lazy<T> binding.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + -- cgit v1.2.3