示例#1
0
  public ClassModelSet withClasses(Clazz value) {
    for (ClassModel obj : this) {
      obj.with(value);
    }

    return this;
  }