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