I know that you can do:

@Parameter(value="some binding")
private Object parameter;

to set a default value. But is doing this the correct way for
primitives:

@Parameter
private boolean parameter = true;

-- 
Dan Adams
Senior Software Engineer
Interactive Factory
617.235.5857


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

Reply via email to