frontendBuilderName
The name of the frontend builder class.
The frontend builder name must be formatted in PascalCase
and must have a FrontendBuilder
suffix.
The frontend builder name needs to match a class with the same name that implements the com.tomtom.ivi.platform.frontend.api.common.frontend.FrontendBuilder
class.
The FrontendBuilder
suffix is mandatory to allow the reference to the frontend builder class to be easier to find in the code base.