don't use html entities
[null-analysis.git] / src / main / java / de / xn__ho_hia / quality / null_analysis / package-info.java
blobb6b1218bba95c55975147f6dda66eeb8a5123924
1 /*
2 * This file is part of null-analysis. 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 null-analysis,
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 * Code related to <code>null</code> analysis. It is intended to support <code>null</code> analysis in tooling support,
9 * e.g. found in Eclipse, IntelliJ and the checker framework.
11 package de.xn__ho_hia.quality.null_analysis;