Answers for "@required annotation"

0

@required annotation

The @Required annotation applies to bean property setter methods and it indicates that the affected bean property must be populated in XML configuration file at configuration time. Otherwise, the container throws a BeanInitializationException exception.
Posted by: Guest on June-20-2021

Browse Popular Code Answers by Language