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 PluginTask
@Documented
@Retention
(
CLASS
)
@Target
(
TYPE
)
public @interface
PluginTask
An annotation that configures a plugin task. The annotation is used for generation of particular plugin implementations, like Maven Mojos or Gradle Tasks.
Since:
1.0.x
Author:
Andriy Dmytruk