io.dddrive.core.obj.model.ObjPart Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dddrive Show documentation
Show all versions of dddrive Show documentation
Application development framework incorporating reactive and domain driven design principles.
package io.dddrive.core.obj.model;
import io.dddrive.core.ddd.model.Part;
public interface ObjPart extends Part {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy