A DESCRIPTION OF THE PROBLEM :
The property should use the generic type ReadOnlyObjectProperty<TablePosition<S, ?>> with getter returning a TablePosition<S, ?>. Using raw type makes it necessary to suppress unchecked conversion, which looks really ugly, and confuses newer developers in the community.
The property should use the generic type ReadOnlyObjectProperty<TablePosition<S, ?>> with getter returning a TablePosition<S, ?>. Using raw type makes it necessary to suppress unchecked conversion, which looks really ugly, and confuses newer developers in the community.