summaryrefslogtreecommitdiffstats
path: root/latest/apidocs/com/tavianator/sangria/lazy/LazySingleton.html
diff options
context:
space:
mode:
Diffstat (limited to 'latest/apidocs/com/tavianator/sangria/lazy/LazySingleton.html')
-rw-r--r--latest/apidocs/com/tavianator/sangria/lazy/LazySingleton.html77
1 files changed, 31 insertions, 46 deletions
diff --git a/latest/apidocs/com/tavianator/sangria/lazy/LazySingleton.html b/latest/apidocs/com/tavianator/sangria/lazy/LazySingleton.html
index 708b272..6b7bed6 100644
--- a/latest/apidocs/com/tavianator/sangria/lazy/LazySingleton.html
+++ b/latest/apidocs/com/tavianator/sangria/lazy/LazySingleton.html
@@ -2,21 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_20) on Sat Oct 04 13:10:01 EDT 2014 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>LazySingleton (Sangria 1.2-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-04">
+<!-- Generated by javadoc (version 1.7.0_79) on Fri May 08 20:24:47 EDT 2015 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>LazySingleton (Sangria 1.3-SNAPSHOT API)</title>
+<meta name="date" content="2015-05-08">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="LazySingleton (Sangria 1.2-SNAPSHOT API)";
- }
- }
- catch(err) {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="LazySingleton (Sangria 1.3-SNAPSHOT API)";
}
//-->
</script>
@@ -24,11 +19,9 @@
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
+<div class="topNav"><a name="navbar_top">
<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
@@ -44,15 +37,15 @@
</div>
<div class="subNav">
<ul class="navList">
-<li><a href="../../../../com/tavianator/sangria/lazy/LazyScopes.html" title="class in com.tavianator.sangria.lazy"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../com/tavianator/sangria/lazy/SangriaLazyModule.html" title="class in com.tavianator.sangria.lazy"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../com/tavianator/sangria/lazy/LazyScopes.html" title="class in com.tavianator.sangria.lazy"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../com/tavianator/sangria/lazy/SangriaLazyModule.html" title="class in com.tavianator.sangria.lazy"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/tavianator/sangria/lazy/LazySingleton.html" target="_top">Frames</a></li>
-<li><a href="LazySingleton.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="LazySingleton.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
@@ -69,17 +62,15 @@
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
<li>Required&nbsp;|&nbsp;</li>
<li>Optional</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
<li>Element</li>
</ul>
</div>
-<a name="skip.navbar.top">
+<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
@@ -95,30 +86,26 @@
<hr>
<br>
<pre>@Scope
- <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Documented.html?is-external=true" title="class or interface in java.lang.annotation">@Documented</a>
- <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>={<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#TYPE" title="class or interface in java.lang.annotation">TYPE</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>})
- <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
-public @interface <span class="memberNameLabel">LazySingleton</span></pre>
+<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Documented.html?is-external=true" title="class or interface in java.lang.annotation">@Documented</a>
+<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value()" title="class or interface in java.lang.annotation">value</a>={<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#TYPE" title="class or interface in java.lang.annotation">TYPE</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>})
+<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value()" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
+public @interface <span class="strong">LazySingleton</span></pre>
<div class="block">Like <code>Singleton</code>, but always lazy.</div>
-<dl>
-<dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>1.2</dd>
-<dt><span class="simpleTagLabel">Version:</span></dt>
-<dd>1.2</dd>
-<dt><span class="simpleTagLabel">Author:</span></dt>
-<dd>Tavian Barnes (tavianator@tavianator.com)</dd>
-</dl>
+<dl><dt><span class="strong">Since:</span></dt>
+ <dd>1.2</dd>
+<dt><span class="strong">Version:</span></dt>
+ <dd>1.2</dd>
+<dt><span class="strong">Author:</span></dt>
+ <dd>Tavian Barnes (tavianator@tavianator.com)</dd></dl>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
+<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
@@ -134,15 +121,15 @@ public @interface <span class="memberNameLabel">LazySingleton</span></pre>
</div>
<div class="subNav">
<ul class="navList">
-<li><a href="../../../../com/tavianator/sangria/lazy/LazyScopes.html" title="class in com.tavianator.sangria.lazy"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../com/tavianator/sangria/lazy/SangriaLazyModule.html" title="class in com.tavianator.sangria.lazy"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../com/tavianator/sangria/lazy/LazyScopes.html" title="class in com.tavianator.sangria.lazy"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../com/tavianator/sangria/lazy/SangriaLazyModule.html" title="class in com.tavianator.sangria.lazy"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/tavianator/sangria/lazy/LazySingleton.html" target="_top">Frames</a></li>
-<li><a href="LazySingleton.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="LazySingleton.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
@@ -159,20 +146,18 @@ public @interface <span class="memberNameLabel">LazySingleton</span></pre>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
<li>Required&nbsp;|&nbsp;</li>
<li>Optional</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
<li>Element</li>
</ul>
</div>
-<a name="skip.navbar.bottom">
+<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2015. All rights reserved.</small></p>
</body>
</html>