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

org.aspectj.ajdt.internal.compiler.ICompilerAdapterFactory Maven / Gradle / Ivy

There is a newer version: 1.9.3.RC1
Show newest version
// AspectJ Extension
/*******************************************************************************
 * Copyright (c) 2004 IBM Corporation and others.
 * All rights reserved.
 * This program and the accompanying materials are made available
 * under the terms of the Eclipse Public License v 2.0
 * which accompanies this distribution, and is available at
 * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
 * 
 * Contributors:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/
package org.aspectj.ajdt.internal.compiler;

import org.aspectj.org.eclipse.jdt.internal.compiler.Compiler;

/**
 * Factory for creating ICompilerAdapters according to some purpose
 */
public interface ICompilerAdapterFactory {
	ICompilerAdapter getAdapter(Compiler forCompiler);
}
// End AspectJ Extension




© 2015 - 2025 Weber Informatics LLC | Privacy Policy