blob: 710f04cb33132892b2553a78fb498a6ea1966c6e [file] [log] [blame]
/**
* Copyright (c) 2009 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Romain DERVAUX (Mia-Software) - initial API and implementation
* Fabien GIQUEL (Mia-Software) - initial API and implementation
*******************************************************************************/
package org.eclipse.modisco.java.discoverer.internal.io.library;
/**
* Options for the {@link LibraryReader}.
*/
public enum LibraryReaderOptions {
USE_SOURCES;
}