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

com.artemis.generator.common.BuilderModelStrategy Maven / Gradle / Ivy

The newest version!
package com.artemis.generator.common;

import com.artemis.generator.model.artemis.ArtemisModel;
import com.artemis.generator.model.type.TypeModel;

/**
 * Strategy for generating builder model from component set.
 *
 * @author Daan van Yperen
 */
public interface BuilderModelStrategy {

    /** Apply strategy to model, generating whatever methods needed. */
    void apply(ArtemisModel artemisModel, TypeModel model);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy