Interface | Description |
---|---|
FrontendOnlyJavacTaskProxy | |
SourceOnlyAbiRuleInfoFactory |
Used to create the SourceOnlyAbiRuleInfo for a target given a JavaFileManager.
|
SourceOnlyAbiRuleInfoFactory.SourceOnlyAbiRuleInfo |
Provides information related to source-only abi support.
|
Class | Description |
---|---|
ErrorSuppressingDiagnosticListener |
When running the compiler with some dependencies missing (as when generating ABIs from source),
by default it will abort after the last round of annotation processing because it believes there
are missing types.
|
Exception | Description |
---|---|
CannotInferException | |
SourceCodeWillNotCompileException |
Thrown when a source ABI cannot be generated because the source code will not compile.
|
StopCompilation |
Thrown by our ABI generating plugin to stop the compiler.
|