17 lines
975 B
Markdown
17 lines
975 B
Markdown
## Libraries-3
|
|
|
|
This module contains articles about various Java libraries.
|
|
These are small libraries that are relatively easy to use and do not require any separate module of their own.
|
|
|
|
The code examples related to different libraries are each in their own module.
|
|
|
|
Remember, for advanced libraries like [Jackson](/jackson) and [JUnit](/testing-modules) we already have separate modules. Please make sure to have a look at the existing modules in such cases.
|
|
|
|
### Relevant Articles:
|
|
- [Introduction to the jcabi-aspects AOP Annotations Library](https://www.baeldung.com/java-jcabi-aspects)
|
|
- [Using NullAway to Avoid NullPointerExceptions](https://www.baeldung.com/java-nullaway)
|
|
- [Introduction to Alibaba Arthas](https://www.baeldung.com/java-alibaba-arthas-intro)
|
|
- [Intro to Structurizr](https://www.baeldung.com/structurizr)
|
|
- [Introduction to Immutables](https://www.baeldung.com/immutables)
|
|
- More articles [[<-- prev]](../libraries-2) [[next -->]](../libraries-4)
|