We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45bec0 commit ea289bdCopy full SHA for ea289bd
hibernate-core/src/main/java/org/hibernate/cfg/Compatibility.java
@@ -19,7 +19,7 @@
19
* considered temporary and are usually also {@linkplain Deprecated deprecated}.
20
*/
21
@Target(ElementType.FIELD)
22
-@Retention(RetentionPolicy.RUNTIME)
+@Retention(RetentionPolicy.CLASS)
23
@Documented
24
public @interface Compatibility {
25
}
hibernate-core/src/main/java/org/hibernate/cfg/Unsafe.java
@@ -18,7 +18,7 @@
18
* are largely considered unsupported.
public @interface Unsafe {
0 commit comments