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

io.github.devlibx.easy.rule.drools.ResultMap Maven / Gradle / Ivy

package io.github.devlibx.easy.rule.drools;

import io.gitbub.devlibx.easy.helper.map.StringObjectMap;
import lombok.experimental.Delegate;

public class ResultMap {
    @Delegate
    private final StringObjectMap stringObjectMap = new StringObjectMap();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy