Commit 1cc8da9d by s_guodong

增加moduleList类型的holder

parent 7489bed5
package com.brilliance.mda.runtime.mda;
import com.brilliance.mda.runtime.mda.impl.ModuleList;
import com.fasterxml.jackson.annotation.JsonIgnoreType;
@JsonIgnoreType
@FunctionalInterface
public interface ModuleListHolder<T> {
ModuleList get();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment