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