Skip to content

Commit 9c0673e

Browse files
committed
Publishing docs for component persist
1 parent 497227e commit 9c0673e

21 files changed

+189
-189
lines changed

persist/arez/persist/Persist.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ <h1 title="Annotation Interface Persist" class="title">Annotation Interface Pers
6666
</div>
6767
<section class="class-description" id="class-description">
6868
<hr>
69-
<div class="type-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/Documented.html" title="class or interface in java.lang.annotation" class="external-link">@Documented</a>
70-
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/Target.html" title="class or interface in java.lang.annotation" class="external-link">@Target</a>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/ElementType.html#METHOD" title="class or interface in java.lang.annotation" class="external-link">METHOD</a>)
69+
<div class="type-signature"><span class="annotations"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Documented.html" title="class or interface in java.lang.annotation" class="external-link">@Documented</a>
70+
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Target.html" title="class or interface in java.lang.annotation" class="external-link">@Target</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/ElementType.html#METHOD" title="class or interface in java.lang.annotation" class="external-link">METHOD</a>)
7171
</span><span class="modifiers">public @interface </span><span class="element-name"><a href="../../src-html/arez/persist/Persist.html#line-11">Persist</a></span></div>
7272
<div class="block">Annotation applied to observable properties that direct Arez to persist the property.</div>
7373
</section>
@@ -82,17 +82,17 @@ <h2>Optional Element Summary</h2>
8282
<div class="table-header col-first">Modifier and Type</div>
8383
<div class="table-header col-second">Optional Element</div>
8484
<div class="table-header col-last">Description</div>
85-
<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
85+
<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
8686
<div class="col-second even-row-color"><code><a href="#name()" class="member-name-link">name</a></code></div>
8787
<div class="col-last even-row-color">
8888
<div class="block">Return the name used to persist the property.</div>
8989
</div>
90-
<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
90+
<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
9191
<div class="col-second odd-row-color"><code><a href="#setterName()" class="member-name-link">setterName</a></code></div>
9292
<div class="col-last odd-row-color">
9393
<div class="block">Return the name of the setter.</div>
9494
</div>
95-
<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
95+
<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
9696
<div class="col-second even-row-color"><code><a href="#store()" class="member-name-link">store</a></code></div>
9797
<div class="col-last even-row-color">
9898
<div class="block">The key identifying the store where the observable data is stored.</div>
@@ -112,7 +112,7 @@ <h2>Element Details</h2>
112112
<li>
113113
<section class="detail" id="name()">
114114
<h3>name</h3>
115-
<div class="member-signature"><span class="annotations">@Nonnull </span><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name"><a href="../../src-html/arez/persist/Persist.html#line-27">name</a></span></div>
115+
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html" title="class or interface in javax.annotation" class="external-link">@Nonnull</a> </span><span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name"><a href="../../src-html/arez/persist/Persist.html#line-27">name</a></span></div>
116116
<div class="block">Return the name used to persist the property.
117117
If unspecified and the method is named according to javabeans getter conventions then the java bean property name
118118
will be used, otherwise the name of the method will be used. It should be notes that during the code generation
@@ -134,7 +134,7 @@ <h3>name</h3>
134134
<li>
135135
<section class="detail" id="store()">
136136
<h3>store</h3>
137-
<div class="member-signature"><span class="annotations">@Nonnull </span><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name"><a href="../../src-html/arez/persist/Persist.html#line-36">store</a></span></div>
137+
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html" title="class or interface in javax.annotation" class="external-link">@Nonnull</a> </span><span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name"><a href="../../src-html/arez/persist/Persist.html#line-36">store</a></span></div>
138138
<div class="block">The key identifying the store where the observable data is stored.
139139
The name of the store must comply with the requirements for a java identifier.</div>
140140
<dl class="notes">
@@ -150,7 +150,7 @@ <h3>store</h3>
150150
<li>
151151
<section class="detail" id="setterName()">
152152
<h3>setterName</h3>
153-
<div class="member-signature"><span class="annotations">@Nonnull </span><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name"><a href="../../src-html/arez/persist/Persist.html#line-47">setterName</a></span></div>
153+
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html" title="class or interface in javax.annotation" class="external-link">@Nonnull</a> </span><span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name"><a href="../../src-html/arez/persist/Persist.html#line-47">setterName</a></span></div>
154154
<div class="block">Return the name of the setter.
155155
If unspecified the tool assumes that the setter method is named according to javabeans setter based on the derived
156156
<a href="#name()"><code>name()</code></a> of the property. So if the property is named <code>expanded</code> then the library will

persist/arez/persist/PersistId.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ <h1 title="Annotation Interface PersistId" class="title">Annotation Interface Pe
6666
</div>
6767
<section class="class-description" id="class-description">
6868
<hr>
69-
<div class="type-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/Documented.html" title="class or interface in java.lang.annotation" class="external-link">@Documented</a>
70-
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/Target.html" title="class or interface in java.lang.annotation" class="external-link">@Target</a>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/ElementType.html#METHOD" title="class or interface in java.lang.annotation" class="external-link">METHOD</a>)
69+
<div class="type-signature"><span class="annotations"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Documented.html" title="class or interface in java.lang.annotation" class="external-link">@Documented</a>
70+
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Target.html" title="class or interface in java.lang.annotation" class="external-link">@Target</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/ElementType.html#METHOD" title="class or interface in java.lang.annotation" class="external-link">METHOD</a>)
7171
</span><span class="modifiers">public @interface </span><span class="element-name"><a href="../../src-html/arez/persist/PersistId.html#line-21">PersistId</a></span></div>
7272
<div class="block">Annotation applied to method that returns the a value to identify the instance of the type.
7373

persist/arez/persist/PersistType.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ <h1 title="Annotation Interface PersistType" class="title">Annotation Interface
6666
</div>
6767
<section class="class-description" id="class-description">
6868
<hr>
69-
<div class="type-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/Documented.html" title="class or interface in java.lang.annotation" class="external-link">@Documented</a>
70-
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/Target.html" title="class or interface in java.lang.annotation" class="external-link">@Target</a>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/ElementType.html#TYPE" title="class or interface in java.lang.annotation" class="external-link">TYPE</a>)
69+
<div class="type-signature"><span class="annotations"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Documented.html" title="class or interface in java.lang.annotation" class="external-link">@Documented</a>
70+
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Target.html" title="class or interface in java.lang.annotation" class="external-link">@Target</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/ElementType.html#TYPE" title="class or interface in java.lang.annotation" class="external-link">TYPE</a>)
7171
</span><span class="modifiers">public @interface </span><span class="element-name"><a href="../../src-html/arez/persist/PersistType.html#line-11">PersistType</a></span></div>
7272
<div class="block">Annotation applied to arez components that triggers the generation of persistence code.</div>
7373
</section>
@@ -82,12 +82,12 @@ <h2>Optional Element Summary</h2>
8282
<div class="table-header col-first">Modifier and Type</div>
8383
<div class="table-header col-second">Optional Element</div>
8484
<div class="table-header col-last">Description</div>
85-
<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
85+
<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
8686
<div class="col-second even-row-color"><code><a href="#defaultStore()" class="member-name-link">defaultStore</a></code></div>
8787
<div class="col-last even-row-color">
8888
<div class="block">The key identifying the default store where the observable data is stored.</div>
8989
</div>
90-
<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
90+
<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
9191
<div class="col-second odd-row-color"><code><a href="#name()" class="member-name-link">name</a></code></div>
9292
<div class="col-last odd-row-color">
9393
<div class="block">Return the name used to persist the type.</div>
@@ -112,7 +112,7 @@ <h2>Element Details</h2>
112112
<li>
113113
<section class="detail" id="name()">
114114
<h3>name</h3>
115-
<div class="member-signature"><span class="annotations">@Nonnull </span><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name"><a href="../../src-html/arez/persist/PersistType.html#line-25">name</a></span></div>
115+
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html" title="class or interface in javax.annotation" class="external-link">@Nonnull</a> </span><span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name"><a href="../../src-html/arez/persist/PersistType.html#line-25">name</a></span></div>
116116
<div class="block">Return the name used to persist the type.
117117
If not specified, then the simple name of the class will be used. The name must comply with the
118118
requirements for a java identifier.
@@ -132,7 +132,7 @@ <h3>name</h3>
132132
<li>
133133
<section class="detail" id="defaultStore()">
134134
<h3>defaultStore</h3>
135-
<div class="member-signature"><span class="annotations">@Nonnull </span><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name"><a href="../../src-html/arez/persist/PersistType.html#line-35">defaultStore</a></span></div>
135+
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html" title="class or interface in javax.annotation" class="external-link">@Nonnull</a> </span><span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name"><a href="../../src-html/arez/persist/PersistType.html#line-35">defaultStore</a></span></div>
136136
<div class="block">The key identifying the default store where the observable data is stored.
137137
Individual properties annotated with the <a href="Persist.html" title="annotation interface in arez.persist"><code>Persist</code></a> annotation can still override the store used.
138138
The name of the defaultStore must comply with the requirements for a java identifier.</div>

0 commit comments

Comments
 (0)