Interface AnnotationFileResource
- All Known Implementing Classes:
- FileAnnotationFileResource,- JarEntryAnnotationFileResource
public interface AnnotationFileResource
Interface for sources of stub data.
- 
Method SummaryModifier and TypeMethodDescriptionReturns a user-friendly description of the resource (e.g.Returns a stream for reading the contents of the resource.
- 
Method Details- 
getDescriptionString getDescription()Returns a user-friendly description of the resource (e.g. a filesystem path).- Returns:
- a description of the resource
 
- 
getInputStreamReturns a stream for reading the contents of the resource.- Throws:
- IOException
 
 
-