HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains - lazy Task creation - documentation (documentation/ and release/) tasks
This commit is contained in:
parent
a6b43a6a45
commit
dc52fe6ef4
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
package org.hibernate.service;
|
||||
|
||||
import java.lang.annotation.Documented;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
|
@ -23,5 +24,6 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
|
|||
*/
|
||||
@Target({TYPE,ANNOTATION_TYPE})
|
||||
@Retention(RUNTIME)
|
||||
@Documented
|
||||
public @interface JavaServiceLoadable {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue