|
13 | 13 | * See the License for the specific language governing permissions and
|
14 | 14 | * limitations under the License.
|
15 | 15 | */
|
16 |
| - |
17 |
| -/* |
18 |
| - * Copyright 2022. the original author or authors. |
19 |
| - * |
20 |
| - * Licensed under the Apache License, Version 2.0 (the "License"); |
21 |
| - * you may not use this file except in compliance with the License. |
22 |
| - * You may obtain a copy of the License at |
23 |
| - * |
24 |
| - * http://www.apache.org/licenses/LICENSE-2.0 |
25 |
| - * |
26 |
| - * Unless required by applicable law or agreed to in writing, software |
27 |
| - * distributed under the License is distributed on an "AS IS" BASIS, |
28 |
| - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
29 |
| - * See the License for the specific language governing permissions and |
30 |
| - * limitations under the License. |
31 |
| - */ |
32 |
| - |
33 |
| -/* |
34 |
| - * Copyright 2022 the original author or authors. |
35 |
| - * |
36 |
| - * Licensed under the Apache License, Version 2.0 (the "License"); |
37 |
| - * you may not use this file except in compliance with the License. |
38 |
| - * You may obtain a copy of the License at |
39 |
| - * |
40 |
| - * https://www.apache.org/licenses/LICENSE-2.0 |
41 |
| - * |
42 |
| - * Unless required by applicable law or agreed to in writing, software |
43 |
| - * distributed under the License is distributed on an "AS IS" BASIS, |
44 |
| - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
45 |
| - * See the License for the specific language governing permissions and |
46 |
| - * limitations under the License. |
47 |
| - */ |
48 | 16 | package org.springframework.data.repository.config;
|
49 | 17 |
|
50 | 18 | import java.lang.annotation.Annotation;
|
|
55 | 23 | import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
|
56 | 24 | import org.springframework.core.annotation.MergedAnnotation;
|
57 | 25 | import org.springframework.data.aot.AotContext;
|
58 |
| -import org.springframework.data.repository.config.AotRepositoryContext; |
59 |
| -import org.springframework.data.util.TypeCollector; |
60 |
| -import org.springframework.data.util.TypeUtils; |
61 | 26 | import org.springframework.data.repository.core.RepositoryInformation;
|
62 | 27 | import org.springframework.data.util.Lazy;
|
| 28 | +import org.springframework.data.util.TypeCollector; |
| 29 | +import org.springframework.data.util.TypeUtils; |
63 | 30 |
|
64 | 31 | /**
|
65 | 32 | * Default implementation of {@link AotRepositoryContext}
|
|
0 commit comments