diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-09-12 10:19:06 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-09-12 10:19:06 +0200 |
commit | aeee283d2109c425828c96bc2952b947cce56566 (patch) | |
tree | e00e42fa78c92dd499a231bf9628c6f121919051 /server/sonar-process/src/main/java/org/sonar/process/package-info.java | |
parent | 39f52452ee8a3d414dd9f2a4dee3dfffdb082c1d (diff) | |
download | sonarqube-aeee283d2109c425828c96bc2952b947cce56566.tar.gz sonarqube-aeee283d2109c425828c96bc2952b947cce56566.zip |
SONAR-4898 refactor process monitoring
Diffstat (limited to 'server/sonar-process/src/main/java/org/sonar/process/package-info.java')
-rw-r--r-- | server/sonar-process/src/main/java/org/sonar/process/package-info.java | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/server/sonar-process/src/main/java/org/sonar/process/package-info.java b/server/sonar-process/src/main/java/org/sonar/process/package-info.java new file mode 100644 index 00000000000..09da5ce266d --- /dev/null +++ b/server/sonar-process/src/main/java/org/sonar/process/package-info.java @@ -0,0 +1,23 @@ +/* + * SonarQube, open source software quality management tool. + * Copyright (C) 2008-2014 SonarSource + * mailto:contact AT sonarsource DOT com + * + * SonarQube 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. + * + * SonarQube 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.process; + +import javax.annotation.ParametersAreNonnullByDefault; |