Class SectionsClassGenerator


  • public class SectionsClassGenerator
    extends Object
    Generates the source code (naive way) of a section constants container class. The original intention was to generate the source code during annotation processing. However due to various problems this class should be called separately (probably using exec-maven-plugin).
    Author:
    Martin Kouba