update to latest parent & fix null issues
[storage-units.git] / src / main / java / de / xn__ho_hia / utils / storage_unit / package-info.java
blob652398570844529416e2edb399d8ecfa0804317d
1 /*
2 * This file is part of storage-units. It is subject to the license terms in the LICENSE file found in the top-level
3 * directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of storage-units,
4 * including this file, may be copied, modified, propagated, or distributed except according to the terms contained
5 * in the LICENSE file.
6 */
7 /**
8 * Storage units according to ISO IEC 80000-13:2008.
10 * @see <a href="https://github.com/sebhoss/storage-units/blob/master/README.asciidoc">README</a>
12 @org.eclipse.jdt.annotation.NonNullByDefault
13 package de.xn__ho_hia.utils.storage_unit;