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

sf.dsl.example.Order Maven / Gradle / Ivy

The newest version!
package sf.dsl.example;

public enum Order {
    /**
     * Ascending order
     */
    ASC,
    /**
     * Descending order
     */
    DESC;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy