Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 449 Bytes

File metadata and controls

9 lines (6 loc) · 449 Bytes

Java-Points

Sample code for various programming aspects of Java, arranged as Java modules. The build structure follows the maven modules style. The resulting code shows the ease of mono-repo like code structuring using maven modules and the encapsulation and added security provided by the JPMS (Java Platform Module System).

References

Using Abstract Class and Interface in Java