mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
19.26.2016 62e3482ec3ff6286d71be3f1c9829a2e3c0cbb8f
opendj-server-legacy/src/main/java/org/opends/server/util/ActivateOnceSDKSchemaIsUsed.java
@@ -11,7 +11,7 @@
 * Header, with the fields enclosed by brackets [] replaced by your own identifying
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2015 ForgeRock AS.
 * Copyright 2015-2016 ForgeRock AS.
 */
package org.opends.server.util;
@@ -23,6 +23,7 @@
 * SDK schema is used in place of legacy server schema.
 */
@Retention(RetentionPolicy.SOURCE)
@RemoveOnceSDKSchemaIsUsed
public @interface ActivateOnceSDKSchemaIsUsed
{
  /** Optional comment on activation. */