How to create parameter constructor component in Clara?

I have customized component which is having Parameterised constructor.
In clara when we are declaring in the xml it creates the instance of that.
How can i use the component design in Clara…
How can i pass parameter to constructor while design…

Please help somebody…

I’m not sure, but I’d bet that it’s not possible. Basic Java Bean contract requires beans to have a default constructor. I would expect Clara to expect that.