cdc.applic.expressions.Spacing Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdc-applic-expressions Show documentation
Show all versions of cdc-applic-expressions Show documentation
Applicabilities Expressions.
The newest version!
package cdc.applic.expressions;
/**
* Enumeration of possible spacings to write an expression.
*
* @author Damien Carbonne
*/
public enum Spacing {
/**
* All non-required spaces should be avoided.
*/
NARROW,
/**
* Spaces should be inserted, even when not needed, to make expression appear better.
*/
WIDE
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy