mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
13 lines
418 B
Java
Generated
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; }
|
|
}
|