Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 302 Bytes

ReadMe.md

File metadata and controls

7 lines (4 loc) · 302 Bytes

Java Reflection with XML Example

A simple java application that makes use of XML files to read content from, generates new content in the app and writes out the content using reflection and XML.

Follow the code, comments are given to guide you through the code with explanations.

Hope it helps :)