Slide 73
Slide 73 text
@IntDef(value={STYLE_MATERIAL, STYLE_HOLOYOLO})
@Retention(RetentionPolicy.SOURCE)
@interface Style { }
TypeDef annotations
@interface definition: @IntDef and @StringDef
@IntRange(from=0, to=10)
static final int STYLE_MATERIAL = 0;
static final int STYLE_HOLOYOLO = 1;