java:S103 should ignore annotation string literals

Long descriptions in swagger annotations such as @Operation, @Schema, @Parameter, @DisplayName, etc. are often required documentation. The same applies to @McpTool and @McpToolParam.
The rule creates noise because line breaks inside annotation strings are frequently undesirable. It would be useful to add a rule parameter allowing annotation arguments to be excluded from line-length checks.

Hello @christian.jacob,

Thanks for your valuable feedback! Your suggestion sounds pretty reasonable, actually we think that we can disable this rule raising on Swagger / OpenAPI annotations. I’ve created a JIRA ticket to solve this problem.