JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.micronaut.sourcegen.annotations
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