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

com.buschmais.jqassistant.scm.maven.StoreLifecycle Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package com.buschmais.jqassistant.scm.maven;

/**
 * Defines the valid values for the life cycle of the store.
 */
public enum StoreLifecycle {
    /**
     * Per module
     */
    MODULE,

    /**
     * Per reactor, i.e. cached.
     */
    REACTOR;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy