From 78397585df219df9d9d72f08f7b06a5290d8f5cf Mon Sep 17 00:00:00 2001 From: Léo Geoffroy Date: Wed, 16 Oct 2024 18:54:09 +0200 Subject: No-JIRA Add missing package to fix issue --- .../java/org/sonar/core/rule/package-info.java | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sonar-core/src/main/java/org/sonar/core/rule/package-info.java diff --git a/sonar-core/src/main/java/org/sonar/core/rule/package-info.java b/sonar-core/src/main/java/org/sonar/core/rule/package-info.java new file mode 100644 index 00000000000..573a53047dd --- /dev/null +++ b/sonar-core/src/main/java/org/sonar/core/rule/package-info.java @@ -0,0 +1,23 @@ +/* + * SonarQube + * Copyright (C) 2009-2024 SonarSource SA + * mailto:info AT sonarsource DOT com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ +@ParametersAreNonnullByDefault +package org.sonar.core.rule; + +import javax.annotation.ParametersAreNonnullByDefault; -- cgit v1.2.3