Package com.facebook.buck.jvm.java.abi.source.api
-
Interface Summary 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 Summary 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 Summary 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.