From 51950817c42d686e06e702594bcf4b7741bc3418 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20B=C3=BCrgin?= <676c7473@gmail.com>
Date: Sat, 2 Apr 2016 18:16:05 +0200
Subject: [PATCH] Skip null checking of Spring library

---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index c6f43a1..6fb2a7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -457,6 +457,7 @@
                             </annotationProcessors>
                             <compilerArgs>
                                 <arg>-Xbootclasspath/p:${org.checkerframework:jdk8:jar}</arg>
+                                <arg>-AskipUses=org\.springframework\.beans\.|org\.springframework\.core\.|org\.springframework\.dao\.|org\.springframework\.data\.|org\.springframework\.format\.|org\.springframework\.jdbc\.|org\.springframework\.orm\.|org\.springframework\.stereotype\.|org\.springframework\.ui\.|org\.springframework\.util\.|org\.springframework\.validation\.|org\.springframework\.web\.</arg>
                             </compilerArgs>
                         </configuration>
                     </plugin>