diff --git a/hibernate-core/src/main/java/org/hibernate/type/MappingContext.java b/hibernate-core/src/main/java/org/hibernate/type/MappingContext.java index fb72c42f50a3..2eece4f278e9 100644 --- a/hibernate-core/src/main/java/org/hibernate/type/MappingContext.java +++ b/hibernate-core/src/main/java/org/hibernate/type/MappingContext.java @@ -16,7 +16,7 @@ * @see org.hibernate.metamodel.spi.RuntimeMetamodelsImplementor * @see org.hibernate.boot.Metadata * - * + * @since 7.0 */ public interface MappingContext { Type getIdentifierType(String className) throws MappingException;