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

com.fluxtion.compiler.builder.factory.RootInjectedNode Maven / Gradle / Ivy

The newest version!
package com.fluxtion.compiler.builder.factory;

import lombok.Value;

import java.util.Map;

/**
 * Configuration for a root node to be injected into the graph
 */
@Value
public class RootInjectedNode {
    String name;
    Class rootClass;
    Map config;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy