package edu.cmu.sphinx.util.props; import java.lang.annotation.*; /** * A List containing float numbers. */ @Documented @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) @S4Property public @interface S4StringList { }