mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
12 lines
300 B
Java
Generated
12 lines
300 B
Java
Generated
// Generated automatically from javafx.beans.property.ReadOnlyProperty for testing purposes
|
|
|
|
package javafx.beans.property;
|
|
|
|
import javafx.beans.value.ObservableValue;
|
|
|
|
public interface ReadOnlyProperty<T> extends javafx.beans.value.ObservableValue<T>
|
|
{
|
|
Object getBean();
|
|
String getName();
|
|
}
|