File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
hibernate-core/src/main/java/org/hibernate/annotations Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 44 */
55package org .hibernate .annotations ;
66
7- import org .hibernate .Remove ;
87import org .hibernate .generator .internal .SourceGeneration ;
98
109import java .lang .annotation .Retention ;
4241 *
4342 * @deprecated use {@link CurrentTimestamp} instead
4443 */
45- @ Deprecated (since = "6.2" ) @ Remove
44+ @ Deprecated (since = "6.2" , forRemoval = true )
4645@ Target ({ METHOD , FIELD })
4746@ Retention (RUNTIME )
4847@ ValueGenerationType (generatedBy = SourceGeneration .class )
Original file line number Diff line number Diff line change 2121 * annotations, for example,
2222 * {@link jakarta.persistence.OneToMany#targetEntity()}
2323 */
24- @ Deprecated (since = "6.2" )
24+ @ Deprecated (since = "6.2" , forRemoval = true )
2525@ java .lang .annotation .Target ({FIELD , METHOD })
2626@ Retention (RUNTIME )
2727public @interface Target {
You can’t perform that action at this time.
0 commit comments