We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfd408 commit 7ca7a7aCopy full SHA for 7ca7a7a
src/main/java/com/falsepattern/lib/config/Config.java
@@ -23,6 +23,7 @@
23
package com.falsepattern.lib.config;
24
25
import com.falsepattern.lib.StableAPI;
26
+import org.intellij.lang.annotations.Language;
27
28
import java.lang.annotation.Documented;
29
import java.lang.annotation.ElementType;
@@ -342,6 +343,7 @@
342
343
@Retention(RetentionPolicy.RUNTIME)
344
@Target(ElementType.FIELD)
345
@interface Pattern {
346
+ @Language("RegExp")
347
@StableAPI.Expose String value();
348
}
349
0 commit comments