Back to Intellij Community

PatternNotApplicable

java/langInjection/resources/inspectionDescriptions/PatternNotApplicable.html

2025.3-rc-2143 B
Original Source

Reports when a @Pattern annotation is applied to an element with a type other than String.

Example:

@Pattern("\\d\\d") int i;