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

poussecafe.doc.PousseCafeDoc Maven / Gradle / Ivy

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

import poussecafe.discovery.BoundedContextConfigurer;

public class PousseCafeDoc {

    private PousseCafeDoc() {

    }

    public static BoundedContextConfigurer configure() {
        return new BoundedContextConfigurer.Builder()
                .packagePrefix("poussecafe.doc")
                .build();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy