/******************************************************************************* * Copyright (c) 2008, 2014 Stuart McCulloch * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Stuart McCulloch - initial API and implementation *******************************************************************************/ /** * Fluent APIs for importing and exporting dynamic services. * * <p>The principal members of this package are: * * <dl> * * <dt>{@link org.eclipse.sisu.peaberry.builders.DecoratedServiceBuilder} * <dd>The interface that describes how to build dynamic service providers. * * <dt>{@link org.eclipse.sisu.peaberry.builders.ImportDecorator} * <dd>The interface you can implement in order to decorate dynamic services. * * </dl> */ package org.eclipse.sisu.peaberry.builders;