RM-2812 Mark public API methods with @AlfrescoPublicAPI.

This commit is contained in:
Tom Page
2016-04-19 16:24:46 +01:00
parent 715d4f81a9
commit 0659402f13
70 changed files with 442 additions and 289 deletions

View File

@@ -1,5 +1,7 @@
package org.alfresco.util;
import org.alfresco.api.AlfrescoPublicApi;
/*
* #%L
* Alfresco Records Management Module
@@ -35,6 +37,7 @@ import org.alfresco.error.AlfrescoRuntimeException;
* @author Tuna Aksoy
* @since 2.5
*/
@AlfrescoPublicApi
public enum SortDirection
{
ASC ("asc"),