base: move base Java package to base module

This commit is contained in:
Sean Gilligan 2024-09-01 18:05:06 -07:00 committed by Andreas Schildbach
parent 786599354f
commit 34627259df
55 changed files with 2 additions and 3 deletions

View File

@ -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;