All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.squarespace.cldrengine.internal.ContextTransformsSchema Maven / Gradle / Ivy

The newest version!
package com.squarespace.cldrengine.internal;


import com.squarespace.cldrengine.api.ContextTransformFieldType;

public class ContextTransformsSchema {

  public final Vector1Arrow contextTransforms;

  public ContextTransformsSchema(
      Vector1Arrow contextTransforms) {
    this.contextTransforms = contextTransforms;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy