Den 06.06.2011 19:57, skrev Greg Brown:
Think maybe I understand now.. it's because you want to set the stuff extracted
from bxml into private or package private members? Like:
@BXML Object myObject;
instead of
@BXML public Object myObject;
right?
Yes, that's right.
Still, wouldn't it look prettier with "@BXML public Object myObject" in
the examples? Easier to explain the public than showing the ugly cast
and string lookup? :) I fair people will get the wrong impression and
think Pivot is clunky when they see the examples :)