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

poussecafe.doc.commands.CreateAggregateDoc Maven / Gradle / Ivy

There is a newer version: 0.29.0
Show newest version
package poussecafe.doc.commands;

import poussecafe.attribute.Attribute;
import poussecafe.doc.model.boundedcontextdoc.BoundedContextDocId;
import poussecafe.runtime.Command;

public interface CreateAggregateDoc extends Command {

    Attribute boundedContextId();

    Attribute className();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy