All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kolibrifx.plovercrest.performance.tools.serialization.ExampleVariantSpecifier Maven / Gradle / Ivy

/*
 * Copyright (c) 2010-2017, KolibriFX AS. Licensed under the Apache License, version 2.0.
 */

package com.kolibrifx.plovercrest.performance.tools.serialization;

import com.kolibrifx.napo.compiler.VariantSubtypeSpecifier;

public class ExampleVariantSpecifier extends VariantSubtypeSpecifier {
    public ExampleVariantSpecifier() {
        super(ExampleVariant.class);
    }

    @Override
    protected void registerAllSubtypes() {
        register(PriceVariant.class);
        register(TextVariant.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy