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

com.javaoffers.batis.modelhelper.anno.derive.Blur Maven / Gradle / Ivy

There is a newer version: 3.5.11.12
Show newest version
package com.javaoffers.batis.modelhelper.anno.derive;

/**
 * fuzzy strategy
 * @author mingJie
 */
public enum Blur {

    /**
     * left blur
     */
    FRONT_BLUR,

    /**
     * right blur
     */
    POST_BLUR,

    /**
     * middle blur
     */
    MIDDLE_BLUR

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy