pyjnius/tests/org/jnius/SimpleEnum.java

7 lines
69 B
Java

package org.jnius;
public enum SimpleEnum {
GOOD, BAD, UGLY,
}