mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 20:24:46 +00:00
Fix wrong @Deprecated since version
This commit is contained in:
parent
ff8b673689
commit
cd50a98c66
@ -34,7 +34,7 @@
|
||||
*
|
||||
* @deprecated Replaced by {@link AnnotationBasedGenerator}
|
||||
*/
|
||||
@Deprecated(since = "6", forRemoval = true)
|
||||
@Deprecated(since = "6.2", forRemoval = true)
|
||||
public interface AnnotationValueGeneration<A extends Annotation>
|
||||
extends ValueGeneration, AnnotationBasedGenerator<A> {
|
||||
/**
|
||||
|
@ -24,7 +24,7 @@
|
||||
* redefined using the new broader {@linkplain org.hibernate.generator generation}
|
||||
* approach.
|
||||
*/
|
||||
@Deprecated(since = "6", forRemoval = true)
|
||||
@Deprecated(since = "6.2", forRemoval = true)
|
||||
public enum GenerationTiming {
|
||||
/**
|
||||
* Value generation that never occurs.
|
||||
|
@ -28,7 +28,7 @@
|
||||
*
|
||||
* @deprecated Replaced by {@link Generator}
|
||||
*/
|
||||
@Deprecated(since = "6", forRemoval = true)
|
||||
@Deprecated(since = "6.2", forRemoval = true)
|
||||
public interface ValueGeneration extends BeforeExecutionGenerator, OnExecutionGenerator {
|
||||
/**
|
||||
* Specifies that the property value is generated:
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @author Steve Ebersole
|
||||
*/
|
||||
@Deprecated(since = "6", forRemoval = true)
|
||||
@Deprecated(since = "6.2", forRemoval = true)
|
||||
public interface ValueGenerator<T> {
|
||||
/**
|
||||
* Generate the value.
|
||||
|
Loading…
x
Reference in New Issue
Block a user