Skip to content

Commit 8958eb8

Browse files
Remove usage of RuntimeHintsUtils & SynthesizedAnnotation.
Closes: #451
1 parent 094d25e commit 8958eb8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/org/springframework/data/keyvalue/aot/KeyValueRuntimeHints.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
import org.springframework.aot.hint.RuntimeHints;
2222
import org.springframework.aot.hint.RuntimeHintsRegistrar;
2323
import org.springframework.aot.hint.TypeReference;
24-
import org.springframework.aot.hint.support.RuntimeHintsUtils;
25-
import org.springframework.data.keyvalue.annotation.KeySpace;
2624
import org.springframework.data.keyvalue.repository.query.KeyValuePartTreeQuery;
2725
import org.springframework.lang.Nullable;
2826

@@ -43,8 +41,5 @@ public void registerHints(RuntimeHints hints, @Nullable ClassLoader classLoader)
4341
TypeReference.of(org.springframework.data.keyvalue.repository.support.SimpleKeyValueRepository.class),
4442
TypeReference.of(KeyValuePartTreeQuery.class)),
4543
hint -> hint.withMembers(MemberCategory.INVOKE_DECLARED_CONSTRUCTORS, MemberCategory.INVOKE_DECLARED_METHODS));
46-
47-
// PROXIES
48-
RuntimeHintsUtils.registerAnnotation(hints, KeySpace.class);
4944
}
5045
}

0 commit comments

Comments
 (0)