Interface | Description |
---|---|
StubResource |
Contract for sources of stub data.
|
Class | Description |
---|---|
AddAnnotatedFor |
Utility that generates
@AnnotatedFor class annotations. |
FileStubResource |
File -based implementation of StubResource . |
JarEntryStubResource |
JarEntry -based implementation of StubResource . |
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.
|
StubUtil |
Utility class for stub files.
|
ToIndexFileConverter |
Convert a JAIF file plus a stub file into index files (JAIFs).
|