Is there a way (except with the IDE) to check the @Nullable Annotation of Spring with the maven compiler plugin? I know with the codechecker framework there is the NullnessChecker for maven. Since we already have Spring(boot) in classpath I would prefer this variant. Does anyone know of an opportunity for Spring @Nullable checker?
Thanks