mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +01:00
base: move base Java package to base module
This commit is contained in:
parent
786599354f
commit
34627259df
55 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue