mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
11 lines
273 B
Java
Generated
11 lines
273 B
Java
Generated
// Generated automatically from javafx.beans.value.ObservableObjectValue for testing purposes
|
|
|
|
package javafx.beans.value;
|
|
|
|
import javafx.beans.value.ObservableValue;
|
|
|
|
public interface ObservableObjectValue<T> extends javafx.beans.value.ObservableValue<T>
|
|
{
|
|
T get();
|
|
}
|