Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-26 | [i2078] Add possibility to generate assert on `@NonNull` | Roel Spilker | |
2018-09-11 | Replaced the notion of ‘nullable’ and ‘nonnull’ get copied to ‘any ↵ | Reinier Zwitserloot | |
‘copyable’ annotations get copied’, with ‘copyable’ defined as a specific FQN-style list of well-known nullity-indicating annotations, plus whatever you configured in lombok.config. Also some work on the notion of TYPE_USE annotations. | |||
2014-01-18 | Moved 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-31 | Added @NonNull on parameters feature (issue 514), | Reinier Zwitserloot | |
including docs and changelog. | |||
2011-11-07 | Changed copyright notices | Roel Spilker | |
2011-10-25 | Again made @NotNull have no special meaning. | Reinier Zwitserloot | |
See issues 43, 271, and 287. | |||
2010-01-08 | NonNull state really ought to be documented, so now it is. | Reinier Zwitserloot | |
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot | |