Skip to content

Commit db5578e

Browse files
committed
Publish website
1 parent bf274bc commit db5578e

15 files changed

Lines changed: 2237 additions & 2326 deletions

File tree

api-diff/data/react4j/0.209-0.210.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,21 @@
1919
"oldValue": "{java.lang.annotation.ElementType.METHOD}",
2020
"package": "react4j.annotations"
2121
}
22+
},
23+
{
24+
"code": "java.method.attributeRemovedFromAnnotationType",
25+
"description": "The annotation no longer has an attribute.",
26+
"oldElement": "method boolean react4j.annotations.Input::immutable()",
27+
"classification": {
28+
"SOURCE": "BREAKING",
29+
"BINARY": "BREAKING"
30+
},
31+
"attachments": {
32+
"classQualifiedName": "react4j.annotations.Input",
33+
"classSimpleName": "Input",
34+
"elementKind": "method",
35+
"methodName": "immutable",
36+
"package": "react4j.annotations"
37+
}
2238
}
2339
]
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"code": "java.method.attributeRemovedFromAnnotationType",
4+
"description": "The annotation no longer has an attribute.",
5+
"oldElement": "method boolean react4j.annotations.Input::immutable()",
6+
"classification": {
7+
"SOURCE": "BREAKING",
8+
"BINARY": "BREAKING"
9+
},
10+
"attachments": {
11+
"classQualifiedName": "react4j.annotations.Input",
12+
"classSimpleName": "Input",
13+
"elementKind": "method",
14+
"methodName": "immutable",
15+
"package": "react4j.annotations"
16+
}
17+
}
18+
]

api/allclasses-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
201201
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
202202
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="react4j/Keyed.html" title="interface in react4j">Keyed</a></div>
203203
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
204-
<div class="block">Interface implemented by objects so that they can be marked as <a href="react4j/annotations/Input.html#immutable()"><code>Input.immutable()</code></a></div>
204+
<div class="block">Interface implemented by objects so that they can contribute to the synthetic key for immutable inputs.</div>
205205
</div>
206206
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="react4j/dom/proptypes/html/LabelProps.html" title="class in react4j.dom.proptypes.html">LabelProps</a></div>
207207
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">

api/index-all.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2616,10 +2616,6 @@ <h2 class="title" id="I:I">I</h2>
26162616
</dd>
26172617
<dt><a href="react4j/dom/proptypes/html/ImgProps.html#%3Cinit%3E()" class="member-name-link">ImgProps()</a> - Constructor for class react4j.dom.proptypes.html.<a href="react4j/dom/proptypes/html/ImgProps.html" title="class in react4j.dom.proptypes.html">ImgProps</a></dt>
26182618
<dd>&nbsp;</dd>
2619-
<dt><a href="react4j/annotations/Input.html#immutable()" class="member-name-link">immutable()</a> - Element in annotation interface react4j.annotations.<a href="react4j/annotations/Input.html" title="annotation interface in react4j.annotations">Input</a></dt>
2620-
<dd>
2621-
<div class="block">True if the input is not expected to change after initial value is set.</div>
2622-
</dd>
26232619
<dt><a href="react4j/dom/proptypes/cssPropertyTypes/AnimationFillMode.html#inherit" class="member-name-link">inherit</a> - Static variable in annotation interface react4j.dom.proptypes.cssPropertyTypes.<a href="react4j/dom/proptypes/cssPropertyTypes/AnimationFillMode.html" title="annotation interface in react4j.dom.proptypes.cssPropertyTypes">AnimationFillMode</a></dt>
26242620
<dd>&nbsp;</dd>
26252621
<dt><a href="react4j/dom/proptypes/cssPropertyTypes/Visibility.html#inherit" class="member-name-link">inherit</a> - Static variable in annotation interface react4j.dom.proptypes.cssPropertyTypes.<a href="react4j/dom/proptypes/cssPropertyTypes/Visibility.html" title="annotation interface in react4j.dom.proptypes.cssPropertyTypes">Visibility</a></dt>
@@ -2793,7 +2789,7 @@ <h2 class="title" id="I:K">K</h2>
27932789
<dd>&nbsp;</dd>
27942790
<dt><a href="react4j/Keyed.html" class="type-name-link" title="interface in react4j">Keyed</a> - Interface in <a href="react4j/package-summary.html">react4j</a></dt>
27952791
<dd>
2796-
<div class="block">Interface implemented by objects so that they can be marked as <a href="react4j/annotations/Input.html#immutable()"><code>Input.immutable()</code></a></div>
2792+
<div class="block">Interface implemented by objects so that they can contribute to the synthetic key for immutable inputs.</div>
27972793
</dd>
27982794
</dl>
27992795
<h2 class="title" id="I:L">L</h2>

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/Keyed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1 title="Interface Keyed" class="title">Interface Keyed</h1>
7373
<section class="class-description" id="class-description">
7474
<hr>
7575
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name"><a href="../src-html/react4j/Keyed.html#line-10">Keyed</a></span></div>
76-
<div class="block">Interface implemented by objects so that they can be marked as <a href="annotations/Input.html#immutable()"><code>Input.immutable()</code></a></div>
76+
<div class="block">Interface implemented by objects so that they can contribute to the synthetic key for immutable inputs.</div>
7777
</section>
7878
<section class="summary">
7979
<ul class="summary-list">

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-179">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-152">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-184">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-157">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-188">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-161">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-179">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-152">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-179">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-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>
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)