| Constructor and Description |
|---|
AnnotatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Annotator |
getAnnotator(AnnotationStyle style)
Create a new
Annotator that can create annotations according to
the given style. |
Annotator |
getAnnotator(Class<? extends Annotator> clazz)
Create a new custom
Annotator from the given class. |
public Annotator getAnnotator(AnnotationStyle style)
Annotator that can create annotations according to
the given style.style - the annotation style that dictates what kind of annotations
are required.Copyright © 2013. All Rights Reserved.