Skip to content

Commit 019f133

Browse files
committed
Publish website
1 parent db5578e commit 019f133

12 files changed

Lines changed: 1837 additions & 2077 deletions

File tree

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
[
2+
{
3+
"code": "java.method.attributeRemovedFromAnnotationType",
4+
"description": "The annotation no longer has an attribute.",
5+
"oldElement": "method react4j.annotations.Feature react4j.annotations.Input::dependency()",
6+
"classification": {
7+
"SOURCE": "BREAKING",
8+
"BINARY": "BREAKING"
9+
},
10+
"attachments": {
11+
"classQualifiedName": "react4j.annotations.Input",
12+
"classSimpleName": "Input",
13+
"elementKind": "method",
14+
"methodName": "dependency",
15+
"package": "react4j.annotations"
16+
}
17+
},
18+
{
19+
"code": "java.method.attributeRemovedFromAnnotationType",
20+
"description": "The annotation no longer has an attribute.",
21+
"oldElement": "method react4j.annotations.Feature react4j.annotations.Input::disposable()",
22+
"classification": {
23+
"SOURCE": "BREAKING",
24+
"BINARY": "BREAKING"
25+
},
26+
"attachments": {
27+
"classQualifiedName": "react4j.annotations.Input",
28+
"classSimpleName": "Input",
29+
"elementKind": "method",
30+
"methodName": "disposable",
31+
"package": "react4j.annotations"
32+
}
33+
},
34+
{
35+
"code": "java.method.attributeRemovedFromAnnotationType",
36+
"description": "The annotation no longer has an attribute.",
37+
"oldElement": "method react4j.annotations.Feature react4j.annotations.Input::observeOnRender()",
38+
"classification": {
39+
"SOURCE": "BREAKING",
40+
"BINARY": "BREAKING"
41+
},
42+
"attachments": {
43+
"classQualifiedName": "react4j.annotations.Input",
44+
"classSimpleName": "Input",
45+
"elementKind": "method",
46+
"methodName": "observeOnRender",
47+
"package": "react4j.annotations"
48+
}
49+
}
50+
]

api/allclasses-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
297297
</div>
298298
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="react4j/processor/React4jProcessor.html" title="class in react4j.processor">React4jProcessor</a></div>
299299
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
300-
<div class="block">Annotation processor that analyzes React annotated source and generates models from the annotations.</div>
300+
<div class="block">Annotation processor that analyzes React4j annotated source code and generates models from the annotations.</div>
301301
</div>
302302
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="react4j/dom/ReactDOM.html" title="class in react4j.dom">ReactDOM</a></div>
303303
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">

api/index-all.html

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -881,10 +881,6 @@ <h2 class="title" id="I:D">D</h2>
881881
<dd>&nbsp;</dd>
882882
<dt><a href="react4j/dom/proptypes/html/TextAreaProps.html#defaultValue(java.lang.String)" class="member-name-link">defaultValue(String)</a> - Method in class react4j.dom.proptypes.html.<a href="react4j/dom/proptypes/html/TextAreaProps.html" title="class in react4j.dom.proptypes.html">TextAreaProps</a></dt>
883883
<dd>&nbsp;</dd>
884-
<dt><a href="react4j/annotations/Input.html#dependency()" class="member-name-link">dependency()</a> - Element in annotation interface react4j.annotations.<a href="react4j/annotations/Input.html" title="annotation interface in react4j.annotations">Input</a></dt>
885-
<dd>
886-
<div class="block">Return an enum indicating whether the view should be disposed if the input is disposed.</div>
887-
</dd>
888884
<dt><a href="react4j/dom/proptypes/html/attributeTypes/FormMethod.html#dialog" class="member-name-link">dialog</a> - Static variable in annotation interface react4j.dom.proptypes.html.attributeTypes.<a href="react4j/dom/proptypes/html/attributeTypes/FormMethod.html" title="annotation interface in react4j.dom.proptypes.html.attributeTypes">FormMethod</a></dt>
889885
<dd>
890886
<div class="block">When the form is inside a &lt;dialog&gt;, closes the dialog on submission.</div>
@@ -931,11 +927,6 @@ <h2 class="title" id="I:D">D</h2>
931927
<dd>
932928
<div class="block">This property specifies the type of rendering box used for an element.</div>
933929
</dd>
934-
<dt><a href="react4j/annotations/Input.html#disposable()" class="member-name-link">disposable()</a> - Element in annotation interface react4j.annotations.<a href="react4j/annotations/Input.html" title="annotation interface in react4j.annotations">Input</a></dt>
935-
<dd>
936-
<div class="block">Return an enum indicating whether the view should check whether the value of the input is disposed
937-
prior to rendering.</div>
938-
</dd>
939930
<dt><a href="react4j/dom/DOM.html#div()" class="member-name-link">div()</a> - Static method in class react4j.dom.<a href="react4j/dom/DOM.html" title="class in react4j.dom">DOM</a></dt>
940931
<dd>&nbsp;</dd>
941932
<dt><a href="react4j/dom/DOM.html#div(byte)" class="member-name-link">div(byte)</a> - Static method in class react4j.dom.<a href="react4j/dom/DOM.html" title="class in react4j.dom">DOM</a></dt>
@@ -3126,11 +3117,6 @@ <h2 class="title" id="I:O">O</h2>
31263117
<dd>
31273118
<div class="block">Indicate whether the input should be annotated by <a href="https://arez.github.io/api/arez/annotations/Observable.html" title="class or interface in arez.annotations" class="external-link"><code>Observable</code></a>.</div>
31283119
</dd>
3129-
<dt><a href="react4j/annotations/Input.html#observeOnRender()" class="member-name-link">observeOnRender()</a> - Element in annotation interface react4j.annotations.<a href="react4j/annotations/Input.html" title="annotation interface in react4j.annotations">Input</a></dt>
3130-
<dd>
3131-
<div class="block">Return an enum indicating whether tracked renders should observe the input value during the generated render
3132-
prelude so that disposing the input can invalidate the render and trigger a rerender.</div>
3133-
</dd>
31343120
<dt><a href="react4j/ReactNode.html#of(byte)" class="member-name-link">of(byte)</a> - Static method in interface react4j.<a href="react4j/ReactNode.html" title="interface in react4j">ReactNode</a></dt>
31353121
<dd>&nbsp;</dd>
31363122
<dt><a href="react4j/ReactNode.html#of(double)" class="member-name-link">of(double)</a> - Static method in interface react4j.<a href="react4j/ReactNode.html" title="interface in react4j">ReactNode</a></dt>
@@ -4427,7 +4413,7 @@ <h2 class="title" id="I:R">R</h2>
44274413
</dd>
44284414
<dt><a href="react4j/processor/React4jProcessor.html" class="type-name-link" title="class in react4j.processor">React4jProcessor</a> - Class in <a href="react4j/processor/package-summary.html">react4j.processor</a></dt>
44294415
<dd>
4430-
<div class="block">Annotation processor that analyzes React annotated source and generates models from the annotations.</div>
4416+
<div class="block">Annotation processor that analyzes React4j annotated source code and generates models from the annotations.</div>
44314417
</dd>
44324418
<dt><a href="react4j/processor/React4jProcessor.html#%3Cinit%3E()" class="member-name-link">React4jProcessor()</a> - Constructor for class react4j.processor.<a href="react4j/processor/React4jProcessor.html" title="class in react4j.processor">React4jProcessor</a></dt>
44334419
<dd>&nbsp;</dd>

api/member-search-index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/react4j/annotations/Input.Source.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1 title="Enum Class Input.Source" class="title">Enum Class Input.Source</h1>
8585
<dd><a href="Input.html" title="annotation interface in react4j.annotations">Input</a></dd>
8686
</dl>
8787
<hr>
88-
<div class="type-signature"><span class="modifiers">public static enum </span><span class="element-name"><a href="../../src-html/react4j/annotations/Input.html#line-152">Input.Source</a></span>
88+
<div class="type-signature"><span class="modifiers">public static enum </span><span class="element-name"><a href="../../src-html/react4j/annotations/Input.html#line-110">Input.Source</a></span>
8989
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Enum.html" title="class or interface in java.lang" class="external-link">Enum</a>&lt;<a href="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a>&gt;</span></div>
9090
<div class="block">Enum where the input is sourced from.</div>
9191
</section>
@@ -164,14 +164,14 @@ <h2>Enum Constant Details</h2>
164164
<li>
165165
<section class="detail" id="DEFAULT">
166166
<h3>DEFAULT</h3>
167-
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type"><a href="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></span>&nbsp;<span class="element-name"><a href="../../src-html/react4j/annotations/Input.Source.html#line-157">DEFAULT</a></span></div>
167+
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type"><a href="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></span>&nbsp;<span class="element-name"><a href="../../src-html/react4j/annotations/Input.Source.html#line-115">DEFAULT</a></span></div>
168168
<div class="block">The input value is passed to the view during construction.</div>
169169
</section>
170170
</li>
171171
<li>
172172
<section class="detail" id="CONTEXT">
173173
<h3>CONTEXT</h3>
174-
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type"><a href="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></span>&nbsp;<span class="element-name"><a href="../../src-html/react4j/annotations/Input.Source.html#line-161">CONTEXT</a></span></div>
174+
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type"><a href="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></span>&nbsp;<span class="element-name"><a href="../../src-html/react4j/annotations/Input.Source.html#line-119">CONTEXT</a></span></div>
175175
<div class="block">The input value is retrieved from the react context.</div>
176176
</section>
177177
</li>
@@ -186,7 +186,7 @@ <h2>Method Details</h2>
186186
<li>
187187
<section class="detail" id="values()">
188188
<h3>values</h3>
189-
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a>[]</span>&nbsp;<span class="element-name"><a href="../../src-html/react4j/annotations/Input.Source.html#line-152">values</a></span>()</div>
189+
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a>[]</span>&nbsp;<span class="element-name"><a href="../../src-html/react4j/annotations/Input.Source.html#line-110">values</a></span>()</div>
190190
<div class="block">Returns an array containing the constants of this enum class, in
191191
the order they are declared.</div>
192192
<dl class="notes">
@@ -198,7 +198,7 @@ <h3>values</h3>
198198
<li>
199199
<section class="detail" id="valueOf(java.lang.String)">
200200
<h3>valueOf</h3>
201-
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></span>&nbsp;<span class="element-name"><a href="../../src-html/react4j/annotations/Input.Source.html#line-152">valueOf</a></span><wbr><span class="parameters">(<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>&nbsp;name)</span></div>
201+
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></span>&nbsp;<span class="element-name"><a href="../../src-html/react4j/annotations/Input.Source.html#line-110">valueOf</a></span><wbr><span class="parameters">(<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>&nbsp;name)</span></div>
202202
<div class="block">Returns the enum constant of this class with the specified name.
203203
The string must match <i>exactly</i> an identifier used to declare an
204204
enum constant in this class. (Extraneous whitespace characters are

0 commit comments

Comments
 (0)