Interface AnnotationReader<T extends Annotation>

Type Parameters:
T - annotation-type.
All Known Implementing Classes:
ImageLabelAnnotationReader

public interface AnnotationReader<T extends Annotation>
Allows an annotation to be read from the file-system.
Author:
Owen Feehan
  • Method Summary

    Modifier and Type
    Method
    Description
    read(Path path, OperationContext context)
    Reads an annotation, if possible, from the file-system.