Alexander Guril created LANG-1598:
-------------------------------------
Summary: Use JSR-305 (javax.annotation) for Null-Analysis to avoid
unexpected NullPointerExceptions
Key: LANG-1598
URL: https://issues.apache.org/jira/browse/LANG-1598
Project: Commons Lang
Issue Type: Improvement
Components: lang.*
Affects Versions: 3.11
Reporter: Alexander Guril
Use the javax.annotation-API for Null-Analysis to avoid NPEs.
{code:XML}
<!-- https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305 -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)