mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
The `@FunctionalInterface` annotation doesn't change behavior of `CoinSelector` in any way. It just declares our intention that it be used as a functional interface and will generate compiler errors if someone changes the code so that it is no longer a SAM type. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
findbugs.xml |