mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish RuntimeHintsUtils
This commit is contained in:
-3
@@ -104,17 +104,14 @@ class RuntimeHintsUtilsTests {
|
||||
|
||||
@SampleInvoker
|
||||
static class SampleInvokerClass {
|
||||
|
||||
}
|
||||
|
||||
@RetryInvoker
|
||||
static class RetryInvokerClass {
|
||||
|
||||
}
|
||||
|
||||
@RetryWithEnabledFlagInvoker
|
||||
static class RetryWithEnabledFlagInvokerClass {
|
||||
|
||||
}
|
||||
|
||||
@Target({ ElementType.TYPE, ElementType.ANNOTATION_TYPE })
|
||||
|
||||
Reference in New Issue
Block a user