public static class Annotation.AnnotationBuilder extends Object
Annotation.| Modifier and Type | Method and Description | 
|---|---|
Annotation | 
create()  | 
Annotation.AnnotationBuilder | 
withCharOffsets(long start,
               long end)  | 
Annotation.AnnotationBuilder | 
withLabel(String label)  | 
Annotation.AnnotationBuilder | 
withType(String type)  | 
public Annotation.AnnotationBuilder withCharOffsets(long start, long end)
public Annotation.AnnotationBuilder withType(String type)
public Annotation.AnnotationBuilder withLabel(String label)
public Annotation create()