Class FunctionDocInfoProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
io.nosqlbench.virtdata.api.processors.FunctionDocInfoProcessor
All Implemented Interfaces:
Processor

@SupportedOptions("title") @SupportedSourceVersion(RELEASE_23) @SupportedAnnotationTypes({"io.nosqlbench.virtdata.api.annotations.ThreadSafeMapper","io.nosqlbench.virtdata.api.annotations.PerThreadMapper"}) public class FunctionDocInfoProcessor extends AbstractProcessor
This documentation processor is responsible for finding all the enumerated that feed documentation manifests. It simply calls listener interfaces to do the rest of the work.