aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/NonNull.java
AgeCommit message (Collapse)Author
2014-01-18Moved NonNull's FLAG_USAGE ConfigurationKey definition to ConfigurationKeys ↵Reinier Zwitserloot
to work around bugs with putting fields in annotation declarations in many versions of JDK7 and all of JDK6's versions.
2014-01-18[configuration] initial batch of configuration keys, primarily for flag usages.Reinier Zwitserloot
2013-05-31Added @NonNull on parameters feature (issue 514),Reinier Zwitserloot
including docs and changelog.
2011-11-07Changed copyright noticesRoel Spilker
2011-10-25Again made @NotNull have no special meaning.Reinier Zwitserloot
See issues 43, 271, and 287.
2010-01-08NonNull state really ought to be documented, so now it is.Reinier Zwitserloot
2009-11-25Refactored the source folders.Reinier Zwitserloot