Interface AnnotationFileResource

    • Method Detail

      • getDescription

        java.lang.String getDescription()
        Returns a user-friendly description of the resource (e.g. a filesystem path).
        Returns:
        a description of the resource
      • getInputStream

        java.io.InputStream getInputStream()
                                    throws java.io.IOException
        Returns a stream for reading the contents of the resource.
        Throws:
        java.io.IOException