aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/Value.java
AgeCommit message (Collapse)Author
2017-06-13Javadoc now builds without warnings. All links to external javadoc replaced ↵Reinier Zwitserloot
with straight up links to avoid the <javadoc> target from trying to download a bunch of index pages.
2017-06-13All references in javadoc to projectlombok.org URLs now use the canonical URL.Reinier Zwitserloot
2016-05-11Merge pull request #1092 from DavidARussell/value_javadoc_urlRoel Spilker
Update Javadoc URL on Value
2016-04-29fixed @Value docuThomas Krämer
2016-04-20Update Javadoc URL on ValueDavid Russell
Value is no longer experimental, so (as the person who raised the issue suggested) the Javadoc should no longer point to the 'experimental' documentation. Fixes #1091
2015-08-07updated Java doc to reflect generation of @AllArgsConstructor instead of ↵Yun Zhi Lin
@RequiredArgsConstructor
2015-05-02Change http://projectlombok.org to https://projectlombok.orgRoel Spilker
2014-01-18[configuration] Moved ALL ConfigurationKey constants into ↵Reinier Zwitserloot
'ConfigurationKeys'; that bug where fields in annotation defs causes issues is too endemic to try and work around these.
2014-01-18[configuration] initial batch of configuration keys, primarily for flag usages.Reinier Zwitserloot
2013-06-25Value has been promoted to the main package.Reinier Zwitserloot