Dear fellow developers: Should we document which properties are styleable with CSS in javadoc? Would that be useful?
Example: /** * Determines the caret blink period. This property cannot be set to {@code null}. * <p> * This is a {@link StyleableProperty} with the name {@code -fx-caret-blink-period}. * <p> alternative: * This property can be styled with CSS using {@code -fx-caret-blink-period} name. * @implNote The property object implements {@link StyleableProperty} interface. Other ideas are also welcome. -andy