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

matthew_swift
16.40.2007 0a2e22293f5c36807d89441f9bd8c56ae0b59097
opends/src/server/org/opends/server/admin/RelationOption.java
@@ -32,12 +32,16 @@
/**
 * This enumeration contains various options that can be associated
 * with relation definitions.
 * <p>
 * Only one option is supported at the moment, but others may be added
 * in future.
 */
public enum RelationOption {
  /**
   * Use this option to identify relations which should be considered
   * as advanced and should not be exposed by default in client
   * applications.
   */
  ADVANCED,
  /**
   * Use this option to identify relations which must not be directly
   * exposed in client applications.
   */