Package jenkins
Class PluginSubtypeMarker
java.lang.Object
javax.annotation.processing.AbstractProcessor
jenkins.PluginSubtypeMarker
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("*")
@MetaInfServices(javax.annotation.processing.Processor.class)
public class PluginSubtypeMarker
extends AbstractProcessor
Discovers the subtype of
Plugin
and generates service loader index file.- Since:
- 1.420
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
-
Constructor Details
-
PluginSubtypeMarker
public PluginSubtypeMarker()
-
-
Method Details
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersion
in interfaceProcessor
- Overrides:
getSupportedSourceVersion
in classAbstractProcessor
-