JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
io.micronaut.sourcegen.annotations
PluginTaskExecutable
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface PluginTaskExecutable
@Documented
@Retention
(
CLASS
)
@Target
(
METHOD
)
public @interface
PluginTaskExecutable
An annotation that configures the executable method to run for a plugin task. Should be inside a type annotated with
PluginTask
.
Since:
1.0.x
Author:
Andriy Dmytruk