I want to use Micronaut from a Groovy script. It seems that annotations such as @Inject and @PostConstruct are not processed.
@Inject
@PostConstruct
Here is the code I