Package io.micronaut.scheduling.async.validation
package io.micronaut.scheduling.async.validation
This package includes visitors specific to compile time validation and checks for async related elements.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionA
TypeElementVisitor
that validates methods annotated withAsync
return void or futures.