com.ancientprogramming.fixedformat4j.annotation
Annotation Type FixedFormatDecimal


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface FixedFormatDecimal

Since:
1.0.0
Author:
Jacob von Eyben - http://www.ancientprogramming.com

Optional Element Summary
 char decimalDelimiter
           
 int decimals
           
 boolean useDecimalDelimiter
           
 

decimals

public abstract int decimals
Default:
2

useDecimalDelimiter

public abstract boolean useDecimalDelimiter
Default:
false

decimalDelimiter

public abstract char decimalDelimiter
Default:
46


Copyright © 2008 ancientprogramming.com. All Rights Reserved.