bitcoinj/examples
Andreas Schildbach 92ee36848c DeterministicSeed: introduce static constructors meant for external consumers
* native constructors that were meant to be called by consumers now have static equivalents
* all native constructors are discouraged from being used by a JavaDoc comment
* one constructor that wasn't meant to be used by consumers is switched to private access
* tests and tools that resemble consumers are updated to use the new API

Note: although most native constructors are now deprecated, we're not using
annotations because we're still calling them.
2023-03-10 00:53:35 +01:00
..
src/main DeterministicSeed: introduce static constructors meant for external consumers 2023-03-10 00:53:35 +01:00
build.gradle build.gradle: update picocli to 4.7.1 2023-01-29 21:35:31 +01:00