Add README descriptions 30

This commit is contained in:
Sjmillington
2019-10-01 16:16:00 +01:00
parent 823bc9d4b0
commit ccb9aea14f
12 changed files with 42 additions and 19 deletions

View File

@@ -1,7 +1,8 @@
=========
## Core Java Sun
## Core Java Cookbooks and Examples
This module contains articles about the sun package
### Relevant Articles:
- [Creating a Java Compiler Plugin](http://www.baeldung.com/java-build-compiler-plugin)
- [Guide to sun.misc.Unsafe](http://www.baeldung.com/java-unsafe)