Globally configured processing can be locally overwritten using the @Processing annotation.
This annotation does currently not support the same values as the configuration counterpart.
Especially the none value does throw an exception on usage:
AppserverIo\Doppelgaenger\Exceptions\GeneratorException: Unknown enforcement type "none", please check configuration value "enforcement/processing" and Processing annotations within AppserverIo\Doppelgaenger\Tests\Data\ParserTest\ErrorLineTestClass
Globally configured processing can be locally overwritten using the
@Processingannotation.This annotation does currently not support the same values as the configuration counterpart.
Especially the
nonevalue does throw an exception on usage: