コード例 #1
0
 void validate() {
   for (StaticInjection staticInjection : staticInjections) {
     staticInjection.validate();
   }
 }