Rawi01 and Roel Spilker
e64c6b5879
[ fixes #3346 ] Add jakarta Nonnull/Nullable annotations
2023-03-21 17:38:04 +01:00
Michael Ernst
ce685ec169
Fix typos
2022-08-25 09:01:54 -07:00
nickzhums and GitHub
2b57e552fe
Update VS Code page for Lombok support
...
Per (https://devblogs.microsoft.com/java/java-on-visual-studio-code-update-july-2022/ ), the latest Extension for Pack has provided built-in support for Lombok.
In addition, the community-developed Lombok extension has entered a maintenance mode, the original author has moved on from the project. Microsoft is going to maintain the project from now on (The extension has been transferred to Microsoft)
2022-07-18 16:58:03 +08:00
Daniel M and GitHub
4d8e1b55a3
Fix typo in UtilityClass.html
2022-04-28 10:32:14 +02:00
Reinier Zwitserloot
6594d95653
[ fixes #3169 ] Snippet for @Singular didn't include the clearCollection methods.
2022-04-18 04:06:49 +02:00
Reinier Zwitserloot and GitHub
578e4b8aae
Merge pull request #3164 from Submohr/patch-1
...
Fix typo in StandardException documentation
2022-04-02 06:24:09 +02:00
Reinier Zwitserloot
c8607ba782
[ #3143 ] Review and update jopatai's work on the maven/ecj agent jar
...
* Update copyright headers
* Update code style (tabs, not spaces, spaces around + operator - that's about it)
* Use `x.class.getResourceAsStream`, not `x.getClass().` - minor mostly irrelevant nit.
* Rename and re-locate the jar itself.
* 'ecj' as an alias for this command seems a bit too cavalier' removed it.
* The source is in its own 'root' src dir, it doesn't really fit in the eclipse agent sources - it's more a maven agent.
* Fixed a bug where a filehandle wasn't safe closed. Mostly irrelevant (JVM would quite afterwards anyway).
* Slight rewording of the ecj docs.
2022-04-02 06:12:50 +02:00
Submohr and GitHub
c489a99bdd
Fix typo in StandardException documentation
...
Closed parenthesis in the StandardException page of the website.
2022-04-01 14:54:22 -05:00
JohnPaulTaylorII
110434ff60
[ fixes #3143 ] Maven+ECJ Agent Bootstrap
...
* Adds AgentBootstrap, the actual bootstrapping agent
* Adds MavenEcjBootstrapApp, the command line app for generating the
appropriate files
* Updates the build to package these correctly
* Updates the documentation for setup/ecj
2022-03-18 17:10:08 -04:00
Reinier Zwitserloot
5914aab27b
[ #2044 ] Document problems with non-star static imports and @UtilityClass
2022-03-17 23:30:40 +01:00
Reinier Zwitserloot
dbd4151e9a
[ fixes #2991 ] Add documentation note on mixing mapstruct and fieldnameconstants in @Mapping.
2022-03-17 23:26:35 +01:00
Reinier Zwitserloot
a656a04da6
[ Fixes #2988 ] adopt suggested new text for the docs on @ToString.
2022-03-17 23:21:25 +01:00
Reinier Zwitserloot
560ded5012
[website] slight feature documentation updates (Just bringing them in line with reality)
2022-02-08 06:02:27 +01:00
Reinier Zwitserloot
261758b444
[implements #1456 ] accessors can now be made final via @Accessors.
2022-02-08 06:02:05 +01:00
Roel Spilker
87b03036e7
make focussed links readable
2022-01-30 02:51:01 +01:00
Roel Spilker
c73aaceb89
show video img, <a role="button"> respond to spacebar
2022-01-30 02:25:11 +01:00
Roel Spilker
17a2e29774
menu links role="button"
2022-01-30 02:15:51 +01:00
Roel Spilker
36db0524e4
a11y fix heading levels
2022-01-29 03:43:47 +01:00
Roel Spilker
694b673dc6
a11y including menu navigation
2022-01-29 02:04:55 +01:00
Roel Spilker
0b6da9920b
no unicode
2022-01-29 01:30:43 +01:00
Roel Spilker
ab08afb7d6
use cdn font-awesome
2022-01-28 12:01:47 +01:00
Roel Spilker
1e86c950fb
update bootswatc
2022-01-28 11:50:13 +01:00
Roel Spilker
69a66a3aab
use cdn bootstrap.css
2022-01-28 11:35:30 +01:00
Roel Spilker
9069ccc9fb
use cdn bootstrap
2022-01-28 09:48:31 +01:00
Roel Spilker
436f1c3d38
get modernizer from cdn
2022-01-27 14:44:29 +01:00
Roel Spilker
49545292ae
use cdn jquery + update
2022-01-27 14:44:29 +01:00
Roel Spilker
5f30283437
remove ajaxFeaturePages
2022-01-27 14:43:57 +01:00
Roel Spilker
4067ead6bd
rename main.html to index.html
2022-01-27 12:57:20 +01:00
Roel Spilker
4194424bf9
remove outdated video formats, update YouTube url
2022-01-25 14:59:12 +01:00
Roel Spilker
951cea41e1
change security mail address
2022-01-25 14:37:16 +01:00
Roel Spilker
594fae3e9c
change security mail address
2022-01-25 14:20:31 +01:00
Shubhendu Parhi and GitHub
c387bf3a92
Updated NonNullExample snippet to address #3073
2022-01-20 13:41:52 +05:30
Shubhendu Parhi and GitHub
a2df6e6cc4
Updated documentation to resolve #3073
2022-01-20 13:31:24 +05:30
Roel Spilker
267ef9736d
Add 'restart' instructions to Eclipse p2 installer.
2022-01-14 00:06:38 +01:00
Reinier Zwitserloot
6d2a474e55
[ fixes #2849 ] Make ToString's onlyExplicitlyIncluded a config key.
2021-12-21 01:53:30 +01:00
Durai46 and Roel Spilker
10fab5b77a
Update WithExample_pre.jpage
...
updated NonNull check
2021-12-12 02:36:21 +01:00
Reinier Zwitserloot and GitHub
370950fd77
Merge pull request #3012 from Fatima-Rami/documentation-for-fieldnameconstants
...
Documentation for fieldnameconstants
2021-10-26 15:47:57 +02:00
Fatima Rami
746ce5d4ee
#1990 fixed error documentation @FieldNameConstants
2021-10-23 22:07:52 +02:00
Reinier Zwitserloot
7c8ba501de
[ fixes #3008 ] [docs] ... and of course the usage example also mentioned @Wither.
2021-10-23 21:57:06 +02:00
Reinier Zwitserloot
3565bc836e
[ fixes #3008 ] [docs] The docs for @Value were still referring to @Wither instead of @With
2021-10-23 21:55:00 +02:00
Fatima Rami
f6e897e486
[Fixes#3008] @Witer replaced by @With
2021-10-23 21:49:42 +02:00
Reinier Zwitserloot
13d84b129e
[ #2693 ] Docs and changelog for the ‘accessors.capitalization = beanspec’ feature.
2021-10-18 20:24:38 +02:00
Rawi01 and Roel Spilker
fdcbaa033d
Replace val with native final var in Java >= 10
2021-09-06 11:58:05 +02:00
Roel Spilker
e050dafc90
Improve Builder documentation to emphasize the "builder()" factory method. Fixes #2870
2021-06-10 22:25:23 +02:00
Roel Spilker
6758714ed5
Change owner lombok GitHub repository
2021-04-23 00:01:55 +02:00
Reinier Zwitserloot
415e303ac2
[pr 2702] finishing the @StandardException feature.
...
* rewritten how it works a bit: Now compatible with parent exceptions that don't have the Throwable variants.
* rewritten how it works a bit: You can now provide the full constructor only; the rest will forward to it.
* fixing up style.
* rewrite the docs.
2021-04-16 06:40:35 +02:00
Reinier Zwitserloot
2e212de523
Merge branch 'standard-exception' of git://github.com/ttzn/lombok into ttzn-standard-exception
2021-04-16 03:30:34 +02:00
Reinier Zwitserloot
9e52cf0947
[website] fixing buildgen of all-versions.html
2021-04-02 03:08:13 +02:00
ttzn
af16ba23cd
@StandardException feature working draft
...
* move feature under experimental
* replace ProviderFor with Provides
* add doc material (to be completed)
* add author
2021-03-24 23:52:08 +01:00
Reinier Zwitserloot
cc98adac01
[records] [javac] Putting @NonNull on a 'field' of a record now affects the compact constructors, generating one if need be.
2021-03-23 05:19:24 +01:00