File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/main/java/org/springframework/data Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2024 the original author or authors.
2
+ * Copyright 2024-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
31
31
import org .springframework .data .repository .query .QueryMethod ;
32
32
import org .springframework .javapoet .JavaFile ;
33
33
import org .springframework .javapoet .TypeName ;
34
- import org .springframework .util .StringUtils ;
35
- import org .springframework .javapoet .TypeSpec ;
36
34
37
35
/**
38
36
* Contributor for AOT repository fragments.
Original file line number Diff line number Diff line change 22
22
23
23
import org .springframework .aot .generate .GenerationContext ;
24
24
import org .springframework .aot .hint .BindingReflectionHintsRegistrar ;
25
- import org .springframework .aot .hint .MemberCategory ;
26
25
import org .springframework .core .annotation .MergedAnnotation ;
27
26
28
27
/**
You can’t perform that action at this time.
0 commit comments