mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
d22cdac2dd
This improves the Java API and makes it more idiomatic. The methods were not moved to be static methods of the relevant types in all cases due to a bad interaction with a Kotlin auto-completion bug, and because static methods on interfaces are new in Java 8 and Kotlin is not yet emitting Java 8 bytecode. Also, introduce a packages.md file so packages can be documented.
143 B
143 B
Package net.corda.finance.utils
A collection of utilities for summing financial states, for example, summing obligations to get total debts.