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