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

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

The newest version!
package org.biins.objectbuilder.builder.strategy;

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

    DEFAULT,
    MIN,
    MAX,
    RANDOM,
    NULL;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy