Example #1
0
 // @Override
 public MuleDefinitionParserConfiguration addCollection(String propertyName) {
   super.addCollection(propertyName);
   if (otherwise != null) {
     otherwise.addCollection(propertyName);
   }
   return this;
 }