Skip to content

Latest commit

 

History

History
 
 

part-2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

annotation-processors: Part 2

This part demonstrates the dynamic creation of configuration files, using a simple plugin framework.

The example requires Java 8 and Maven >= 3.

Compile the Project:

mvn clean install

The annotation processor will generate the extensions.xml in spl-example/target/classes. The generation is tested by AppTest.java which collects the generated configuration file and checks if it is valid.