Hi -
wanted to ask about the component bindings.
Currently I know the bindigns annotation attribute is

String[] bindings.

in the format of "name=value"

Though requiring more typing, which I know *some* of you really dislike, it is common to split such "complex" values to sub-annotations:

bindings={ @Binding( name="listener", value="listener:doSomething" ) }

or even

bindings={
  @Binding( name="listener", type="listener", value="doSomething" )
}

this will be, as far as i can see, easier to maintain and ofcouase to parse.

what do you think?

just my 3 cent...

Cheers,
Ron


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to