HHH-16797 - Mark org.hibernate.metamodel as incubating

https://hibernate.atlassian.net/browse/HHH-16797
This commit is contained in:
Steve Ebersole 2023-06-14 10:42:36 -05:00
parent b0419a8fe2
commit f24660e1fd
1 changed files with 3 additions and 0 deletions

View File

@ -21,4 +21,7 @@
* </ul>
* @author Steve Ebersole
*/
@Incubating
package org.hibernate.metamodel;
import org.hibernate.Incubating;