Alan Bateman wrote:
On 18/04/2017 19:19, Kevin Rushforth wrote:
Good suggestion. Here is an updated webrev with Mandy's suggestion
and yours:
http://cr.openjdk.java.net/~kcr/8178015/webrev.01/
-- Kevin
This looks mostly okay.
I guess for FXML then I assume that the annotated member could be
public, in which case the package just needs to be exported (no need
to open).
Yes, it could be, but the more typical use of the annotation is on
non-public members, so that was why I chose that as the example.
-- Kevin
-Alan