/** * Copyright (C) 2012 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ /** * Basic building blocks around the user master. * <p> * This includes: * </p> * <ul> * <li>an in-memory implementation of the interface</li> * <li>an implementation of the user source interface based on the master interface</li> * </ul> */ package com.opengamma.master.user.impl;