edu.cmu.sphinx.util.props
Annotation Type S4Double


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface S4Double

* A double property.

Author:
Holger Brandl
See Also:
ConfigurationManager

Optional Element Summary
 double defaultValue
           
 boolean mandatory
           
 double[] range
           
 

defaultValue

public abstract double defaultValue
Default:
-9.1827364512345E8

range

public abstract double[] range
Default:
{-1.7976931348623157E308, 1.7976931348623157E308}

mandatory

public abstract boolean mandatory
Default:
true