When creating custom annotations in Java, one of the most important decisions you’ll make is choosing the correct retention policy. The RetentionPo…
Read moreWhen working with RESTful API's, there is always a clash for using DAO's to transfer data between microservices. The use of DAO's to tr…
Read more