2075de9f751030f9925ab676e52f26f36df72c26
[so.git] /
1 package org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.client.builder;
2
3 /**
4  * Created by 10112215 on 2017/9/20.
5  */
6 public interface AbstractBuilder<IN, OUT> {
7      OUT build(IN input) throws Exception;
8 }