Files
codeql/java/ql/test/stubs/javafx-web/javafx/geometry/Orientation.java
Tony Torralba 393a0759db More stubs
2023-03-10 12:35:13 +01:00

11 lines
192 B
Java
Generated

// Generated automatically from javafx.geometry.Orientation for testing purposes
package javafx.geometry;
public enum Orientation
{
HORIZONTAL, VERTICAL;
private Orientation() {}
}