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

com.bizmda.bizsip.integrator.checkrule.ServiceChcekRuleResult Maven / Gradle / Ivy

There is a newer version: 1.0.0.Beta9
Show newest version
package com.bizmda.bizsip.integrator.checkrule;

import lombok.Builder;
import lombok.Data;

@Data
@Builder
public class ServiceChcekRuleResult {
    private Object result;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy