This marker interface is necessary for identifying the message bundle
during GWT compilation, but it is not required to declare any methods
(this differs from normal GWT i18n approaches like ConstantsWithLookup)
On a server-side inspect, the fields for all of the ProductOptions are returned with no bearing on options a Product has
nor on what values the Skus have for that Product (because nothing has been selected at the time of inspect).
Clear out any Skus that are already attached to the Product
if there were any there and generate a new set of Skus based
on the permutations of ProductOptions attached to this Product
Under the covers this uses PropertyUtils to call the getter of the property name for the given Sku, then undergoes
conversion according to the formatters from helper.
This marker interface is necessary for identifying the message bundle
during GWT compilation, but it is not required to declare any methods
(this differs from normal GWT i18n approaches like ConstantsWithLookup)
This marker interface is necessary for identifying the message bundle
during GWT compilation, but it is not required to declare any methods
(this differs from normal GWT i18n approaches like ConstantsWithLookup)