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

13 lines
418 B
Java
Generated

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