8000 [#1099] Add the Incubating annotation · hibernate/hibernate-reactive@654766c · GitHub
[go: up one dir, main page]

Skip to content

Commit 654766c

Browse files
committed
[#1099] Add the Incubating annotation
1 parent 0a992df commit 654766c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

hibernate-reactive-core/src/main/java/org/hibernate/reactive/tuple/MutinyValueGenerator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66
package org.hibernate.reactive.tuple;
77

8+
import org.hibernate.Incubating;
89
import org.hibernate.Session;
910
import org.hibernate.reactive.mutiny.Mutiny;
1011
import org.hibernate.tuple.ValueGenerator;
@@ -20,6 +21,7 @@
2021
*
2122
* @see StageValueGenerator
2223
*/
24+
@Incubating
2325
public abstract class MutinyValueGenerator<T> implements ValueGenerator<T> {
2426

2527
@Override

hibernate-reactive-core/src/main/java/org/hibernate/reactive/tuple/StageValueGenerator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import java.util.concurrent.CompletionStage;
99

10+
import org.hibernate.Incubating;
1011
import org.hibernate.Session;
1112
import org.hibernate.reactive.stage.Stage;
1213
import org.hibernate.tuple.ValueGenerator;
@@ -20,6 +21,7 @@
2021
*
2122
* @see MutinyValueGenerator
2223
*/
24+
@Incubating
2325
public abstract class StageValueGenerator<T> implements ValueGenerator<T> {
2426

2527
@Override

0 commit comments

Comments
 (0)
0