From e7f80b6f125672e2c1a827168ad69ddf1cf66422 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 15 Sep 2014 21:26:16 -0400 Subject: Add latest maven site. --- .../com/tavianator/sangria/lazy/LazyBinding.html | 236 +++++++++++++++++++++ 1 file changed, 236 insertions(+) create mode 100644 latest/apidocs/com/tavianator/sangria/lazy/LazyBinding.html (limited to 'latest/apidocs/com/tavianator/sangria/lazy/LazyBinding.html') diff --git a/latest/apidocs/com/tavianator/sangria/lazy/LazyBinding.html b/latest/apidocs/com/tavianator/sangria/lazy/LazyBinding.html new file mode 100644 index 0000000..dee55db --- /dev/null +++ b/latest/apidocs/com/tavianator/sangria/lazy/LazyBinding.html @@ -0,0 +1,236 @@ + + + + + + +LazyBinding (Sangria 1.2-SNAPSHOT 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 Detail

      + + + +
        +
      • +

        getTargetKey

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

Copyright © 2014. All rights reserved.

+ + -- cgit v1.2.3