diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-05-13 16:15:43 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-05-13 17:17:36 +0200 |
commit | 23c6b6ea166d670dfeaba4d4840bbd046f959a0d (patch) | |
tree | 040672981dd6593f41536c9172e7cec2941f83ea /sonar-server/src/main/java/org/sonar/server/user/package-info.java | |
parent | e2ae8af9e2a4817fcd7358ac22ec36ee607dc26a (diff) | |
download | sonarqube-23c6b6ea166d670dfeaba4d4840bbd046f959a0d.tar.gz sonarqube-23c6b6ea166d670dfeaba4d4840bbd046f959a0d.zip |
SONAR-4323 new web service /api/users/search
Diffstat (limited to 'sonar-server/src/main/java/org/sonar/server/user/package-info.java')
-rw-r--r-- | sonar-server/src/main/java/org/sonar/server/user/package-info.java | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sonar-server/src/main/java/org/sonar/server/user/package-info.java b/sonar-server/src/main/java/org/sonar/server/user/package-info.java new file mode 100644 index 00000000000..2055e46795a --- /dev/null +++ b/sonar-server/src/main/java/org/sonar/server/user/package-info.java @@ -0,0 +1,23 @@ +/* + * SonarQube, open source software quality management tool. + * Copyright (C) 2008-2013 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.server.user; + +import javax.annotation.ParametersAreNonnullByDefault;
\ No newline at end of file |