Adding more parametrization: the allowEmptyStrings
attribute of FixedField
annotation for keeping empty string for values as described in #46 .
Example of configuration:
@FixedField(offset = 1, length = 3, padding = Character.MIN_VALUE, allowEmptyStrings = true)