Esempio n. 1
0
 /**
  * Creates new Props. Empty props will be ignored, and missing macros will be resolved as empty
  * string.
  */
 protected Props createProps() {
   Props props = new Props();
   props.setSkipEmptyProps(true);
   props.setIgnoreMissingMacros(true);
   return props;
 }