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 . |
JavaStubifier |
Process Java source files in a directory to produce, in-place, minimal stub files.
|
StubGenerator |
Generates a stub file from a single class or an entire package.
|
StubParser |
This class has two static methods.
|
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).
|