About

Thursday, June 29, 2023

How to Generate Package Private Code with jOOQs Code Generator

Java’s package private visibility is an underrated feature. When you omit any visibility modifier in Java, then the default (for most objects) is package private, i.e. the object is visible only to types in the same package: In fact, a compilation unit (the .java file) can contain multiple such classes. You don’t have to create … Continue reading How to Generate Package Private Code with jOOQ’s Code Generator

from Java, SQL and jOOQ. https://ift.tt/Pmz06lw
via IFTTT