I\'m implementing a composite component and I found a issue which I didn\'t find a solution.
I specified its attributes that can or not be passed by the page author,
Change the method signature return type to java.lang.Object and add "null" as the default value.
Without method:
With method: