> 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.
> 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.