]> source.dussan.org Git - archiva.git/commitdiff
add @since for those new rest methods
authorOlivier Lamy <olamy@apache.org>
Thu, 19 Jan 2012 12:25:01 +0000 (12:25 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 19 Jan 2012 12:25:01 +0000 (12:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1233315 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-rest/archiva-rest-api/src/main/java/org/apache/archiva/rest/api/services/ManagedRepositoriesService.java

index 98d4dbef9a8bd18ebf09da7ff0edeadf8c742105..e51f9909d19184c7b2aaac0e8a195f41a0b2b85b 100644 (file)
@@ -85,6 +85,9 @@ public interface ManagedRepositoriesService
     @GET
     @Produces( { MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML, MediaType.TEXT_PLAIN } )
     @RedbackAuthorization( permissions = ArchivaRoleConstants.OPERATION_MANAGE_CONFIGURATION )
+    /**
+     * @since 1.4-M3
+     */
     Boolean fileLocationExists( @QueryParam( "fileLocation" ) String fileLocation )
         throws ArchivaRestServiceException;
 
@@ -92,6 +95,9 @@ public interface ManagedRepositoriesService
     @GET
     @Produces( { MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML } )
     @RedbackAuthorization( permissions = ArchivaRoleConstants.OPERATION_MANAGE_CONFIGURATION )
+    /**
+     * @since 1.4-M3
+     */
     ArchivaRepositoryStatistics getManagedRepositoryStatistics( @PathParam( "repositoryId" ) String repositoryId )
         throws ArchivaRestServiceException;