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

org.biins.objectbuilder.builder.strategy.CollectionGeneratorStrategy Maven / Gradle / Ivy

package org.biins.objectbuilder.builder.strategy;

/**
 * @author Martin Janys
 */
public enum CollectionGeneratorStrategy {

    DEFAULT,
    SINGLETON,
    VALUE,
    NULL

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy