public interface Annotator<T extends Document>
Annotator interface represents component that process document and creates elements on document data.| Modifier and Type | Method and Description |
|---|---|
void |
process(T document)
Applies custom logic upon document.
|
void process(T document)
document - document to be processedCopyright © 2019. All rights reserved.