| Interface | Description | 
|---|---|
| StubResource | Contract for sources of stub data. | 
| Class | Description | 
|---|---|
| AddAnnotatedFor | Utility that generates  @AnnotatedForclass annotations. | 
| FileStubResource | File-based implementation ofStubResource. | 
| JarEntryStubResource | JarEntry-based implementation ofStubResource. | 
| StubGenerator | Generates a stub file from a single class or an entire package. | 
| StubParser | Given a stub file, yields the annotated types in it and the declaration annotations in it. | 
| StubTypes | Holds information about types parsed from stub files. | 
| StubUtil | Utility class for stub files. | 
| ToIndexFileConverter | Convert a JAIF file plus a stub file into index files (JAIFs). |