Loading core/java/android/annotation/IntDef.java +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ import static java.lang.annotation.RetentionPolicy.CLASS; * For a flag, set the flag attribute: * <pre><code> * @IntDef( * flag = true * flag = true, * value = {NAVIGATION_MODE_STANDARD, NAVIGATION_MODE_LIST, NAVIGATION_MODE_TABS}) * </code></pre> * Loading Loading
core/java/android/annotation/IntDef.java +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ import static java.lang.annotation.RetentionPolicy.CLASS; * For a flag, set the flag attribute: * <pre><code> * @IntDef( * flag = true * flag = true, * value = {NAVIGATION_MODE_STANDARD, NAVIGATION_MODE_LIST, NAVIGATION_MODE_TABS}) * </code></pre> * Loading