Is there a way I can accept a function reference a...
# getting-started
j
Is there a way I can accept a function reference as an annotation parameter?
🚫 1
r
Allowed parameter types are: • Types that correspond to Java primitive types (Int, Long etc.) • Strings • Classes (Foo::class) • Enums • Other annotations • Arrays of the types listed above
✅ 1