Annotation Type Cue.LineType
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public static @interface Cue.LineType
The type of line, which may be unset. One ofCue.TYPE_UNSET
,Cue.LINE_TYPE_FRACTION
orCue.LINE_TYPE_NUMBER
.