mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
base: move base Java package to base module
This commit is contained in:
parent
786599354f
commit
34627259df
@ -22,8 +22,7 @@
|
||||
* <li>No API dependencies on external libraries other than the core JDK and {@code slf4j-api}</li>
|
||||
* </ul>
|
||||
* <p>
|
||||
* The base package makes bitcoinj more modular as it breaks circular dependencies between existing packages and provides
|
||||
* a "zero-dependency" foundation for the other packages. In a future release {@code base} will be
|
||||
* split into a separate JAR/module (tentatively {@code bitcoinj-base}.)
|
||||
* The base package/module makes bitcoinj more modular as it breaks circular dependencies between existing packages
|
||||
* and provides a "zero-dependency" foundation for the other packages.
|
||||
*/
|
||||
package org.bitcoinj.base;
|
Loading…
Reference in New Issue
Block a user