1314151617181920212223
@API(help="Models") ModelSchema[] models; // Non-version-specific filling into the impl @Override public Models createImpl() { Models m = new Models(); m.key = this.key; if (null != models) { m.models = new Model[models.length];