Remove checkstyle errors from generated code 69/50669/2
authorliamfallon <liam.fallon@ericsson.com>
Wed, 6 Jun 2018 12:34:03 +0000 (13:34 +0100)
committerliamfallon <liam.fallon@ericsson.com>
Wed, 6 Jun 2018 13:39:47 +0000 (14:39 +0100)
commit8dd87c465e6e22fe568fdd4a6b6d94cdbe0203a5
tree5597dd9418a4881bb33bcd86d973b91fb15d5aba
parent37d6fd9069eb30d88c4ad80b5f35099ed173cc13
Remove checkstyle errors from generated code

The generated code in the APEX model module creates checkstyle errors
in Eclipse becasue there is no license header on the generated Java code.
This change adds the copyright header to the code generation templates.

Also this change introduces teh latest version of ahtlr 4 for code generation
from a grammar.

Issue-ID: POLICY-716

Change-Id: Ib02cc4e1a6e815cf6d4b386c19f7eb2542f9ed00
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
.gitignore
model/utilities/pom.xml
model/utilities/src/main/antlr4/org/onap/policy/apex/model/utilities/typeutils/ParametrizedType.g4