File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
common/src/main/java/org/intellij/lang/annotations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 115115 long [] flags () default {};
116116
117117 /**
118- * @return allowed values which are defined in the specified class public static final constants.
118+ * @return allowed values which are defined in the specified class static final constants.
119119 *
120120 * E.g.
121121 * <pre>
129129 Class <?> valuesFromClass () default void .class ;
130130
131131 /**
132- * @return allowed int flags which are defined in the specified class public static final constants.
132+ * @return allowed int flags which are defined in the specified class static final constants.
133133 * The difference from the {@link #valuesFromClass()} is that flags are allowed to be combined (via plus:+ or bitwise OR: |) whereas values aren't.
134134 * The literals "0" and "-1" are also allowed to denote absence and presense of all flags respectively.
135135 *
You can’t perform that action at this time.
0 commit comments