HHH-17047 - Follow up tasks for Gradle 8.2 upgrade

- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
This commit is contained in:
Steve Ebersole 2023-08-14 07:54:58 -05:00
parent a6b43a6a45
commit dc52fe6ef4
1 changed files with 2 additions and 0 deletions

View File

@ -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 {
}