Class FileAnnotationFileResource

java.lang.Object
org.checkerframework.framework.stub.FileAnnotationFileResource
All Implemented Interfaces:
AnnotationFileResource

public class FileAnnotationFileResource extends Object implements AnnotationFileResource
File-based implementation of AnnotationFileResource.
  • Constructor Details

    • FileAnnotationFileResource

      public FileAnnotationFileResource(File file)
      Constructs a AnnotationFileResource for the specified annotation file (stub file or ajava file).
      Parameters:
      file - the annotation file
  • Method Details