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

kr.jm.metric.config.BindingConfig Maven / Gradle / Ivy

There is a newer version: 0.2.7.3
Show newest version
package kr.jm.metric.config;

import lombok.Getter;
import lombok.ToString;

@Getter
@ToString
public class BindingConfig {
    private String inputId;
    private String mutatorId;
    private String[] outputIds;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy