Java annotations were designed for metadata. Spring uses them for dependency injection. Lombok uses them for code generation. JPA uses them for ORM mapping. We use them to write entire programs. This ...
This repository contains practical exercises developed during my Java studies, with a focus on object-oriented programming and backend foundations. The goal of this repository is to consolidate core ...