Java codec templates use the -n (namespace) parameter on generator only when declaring the package name for codec classes. Custom codecs are re-generated in each run as well, but their package name is hard coded and the import statement in regular codecs are also hardcoded.
Java codec templates use the
-n(namespace) parameter on generator only when declaring the package name for codec classes. Custom codecs are re-generated in each run as well, but their package name is hard coded and the import statement in regular codecs are also hardcoded.