mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-2812 Mark public API methods with @AlfrescoPublicAPI.
This commit is contained in:
@@ -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"),
|
||||
|
Reference in New Issue
Block a user