package de.hftstuttgart.units;

import javax.measure.Quantity;


/**
 * This interface represents the intensity dimension.
 */
public interface Dollar extends Quantity<Dollar>
{
}