mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
Mark @Struct annotation to be incubating
This commit is contained in:
parent
1117436090
commit
b515ec45a0
@ -10,6 +10,8 @@
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
import org.hibernate.Incubating;
|
||||
|
||||
import static java.lang.annotation.ElementType.FIELD;
|
||||
import static java.lang.annotation.ElementType.METHOD;
|
||||
import static java.lang.annotation.ElementType.TYPE;
|
||||
@ -37,6 +39,7 @@
|
||||
*
|
||||
* @since 6.2
|
||||
*/
|
||||
@Incubating
|
||||
@Target({TYPE, FIELD, METHOD})
|
||||
@Retention( RetentionPolicy.RUNTIME )
|
||||
public @interface Struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user