📜  @required 注释 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:46.683000             🧑  作者: Mango

代码示例1
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.