testdata.Enum1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.xtext.xbase.testing Show documentation
Show all versions of org.eclipse.xtext.xbase.testing Show documentation
Infrastructure for testing Xbase languages.
The newest version!
package testdata;
/**
* @since 2.5
*/
public enum Enum1 {
BLUE, RED, YELLOW
}