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

13 lines
462 B
Java
Generated

// Generated automatically from javafx.beans.property.ReadOnlyObjectProperty for testing purposes
package javafx.beans.property;
import javafx.beans.binding.ObjectExpression;
import javafx.beans.property.ReadOnlyProperty;
abstract public class ReadOnlyObjectProperty<T> extends javafx.beans.binding.ObjectExpression<T> implements javafx.beans.property.ReadOnlyProperty<T>
{
public ReadOnlyObjectProperty(){}
public String toString(){ return null; }
}