Welcome to mirror list, hosted at ThFree Co, Russian Federation.

JavaCompiler.cs « JavaBinding « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17245eb9c562ef9d374f65ed247a6323c1c91759 (plain)
1
2
3
4
5
6
7
8
9
10
using System;

namespace JavaBinding
{
	public enum JavaCompiler
	{
		Javac,
		Gcj,
	}
}