How to Maintain Java Architectures with JavaPoet and WalkMod

Usually, as developers we apply in our enterprise software the same good practices over and over again. In fact, one of the most common… Read more

Similar

A First Look at Java Inline Classes

Java currently supports only two types of value: primitives and object references. Project Valhalla extends this by introducing inline classes which are a new form of type that exhibit some behaviors of both. These new types open the door to better alignm... (more…)

Read more »