@SupportedAnnotationTypes(value={"org.openimaj.citation.annotation.Reference","org.openimaj.citation.annotation.References"}) public class ReferenceProcessor extends AbstractProcessor
Processor implementation that is capable of finding Reference
and References annotations and generating lists which are then
written.
Currently the processor produces a bibliography in BibTeX, HTML and Plain Text formats containing all references in the project.
processingEnv| Constructor and Description |
|---|
ReferenceProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitializedpublic ReferenceProcessor()
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessor