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

poussecafe.journal.Journal Maven / Gradle / Ivy

package poussecafe.journal;

import poussecafe.discovery.BoundedContextConfigurer;

public class Journal {

    private Journal() {

    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy