Skip navigation links

Package com.facebook.buck.jvm.java.abi.source

Enables generation of ABI jars using only the Java source code of a single target, without requiring access to the source or ABI of dependencies.

See: Description

Package com.facebook.buck.jvm.java.abi.source Description

Enables generation of ABI jars using only the Java source code of a single target, without requiring access to the source or ABI of dependencies.

If the ABI of a dependency target is available, it will be used. However, when one or more dependency ABIs are missing, certain language constructs become ambiguous, and we have to make assumptions. Most of those assumptions can be worked around with small changes to coding style.

See InterfaceValidator for more information on the restrictions.

Skip navigation links