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