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

matthew_swift
14.22.2007 5d6e9428fedead57a9c9438cebe58b485ff476d2
opends/src/server/org/opends/server/admin/PropertyDefinition.java
@@ -26,7 +26,6 @@
 */
package org.opends.server.admin;
import org.opends.messages.Message;
@@ -38,6 +37,8 @@
import java.util.MissingResourceException;
import java.util.Set;
import org.opends.messages.Message;
/**
@@ -661,4 +662,18 @@
   */
  public abstract void validateValue(T value)
      throws IllegalPropertyValueException;
  /**
   * Performs any run-time initialization required by this property
   * definition. This may include resolving managed object paths and
   * property names.
   *
   * @throws Exception
   *           If this property definition could not be initialized.
   */
  protected void initialize() throws Exception {
    // No implementation required.
  }
}