Polish RuntimeHintsUtils

This commit is contained in:
Sam Brannen
2022-06-27 16:29:34 +02:00
parent 897e47d76d
commit 5e5e95aff7
3 changed files with 9 additions and 12 deletions

View File

@@ -104,17 +104,14 @@ class RuntimeHintsUtilsTests {
@SampleInvoker
static class SampleInvokerClass {
}
@RetryInvoker
static class RetryInvokerClass {
}
@RetryWithEnabledFlagInvoker
static class RetryWithEnabledFlagInvokerClass {
}
@Target({ ElementType.TYPE, ElementType.ANNOTATION_TYPE })