Hi,

I have a question regarding the Required annotation.

If I set my parent class's protected attribute as Required, then I created a class that extends this parent class. Will it also inherit the Required annotation? So that whenever a developer extends this class, he should also have to set this attribute in the bean declaration.

Regards,

Jayson