File tree Expand file tree Collapse file tree
src/main/java/com/speedment/common/codegen Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /**
2+ *
3+ * Copyright (c) 2006-2016, Speedment, Inc. All Rights Reserved.
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License"); You may not
6+ * use this file except in compliance with the License. You may obtain a copy of
7+ * the License at:
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+ * License for the specific language governing permissions and limitations under
15+ * the License.
16+ */
117/**
218 * Controllers that automate certain tasks on the model hierarchy is located
319 * here. These components are useful to keep the model initialization short
Original file line number Diff line number Diff line change 3232public interface HasFieldsView <M extends HasFields <M >> extends Transform <M , String > {
3333
3434 /**
35- * Render the fields-part of the model using the {@link #fieldSeparator()}
36- * method to separate the fields and the {@link #fieldPrefix()}- and
37- * {@link #fieldSuffix()}-methods on each field.
35+ * Render the fields-part of the model using the
36+ * {@link #fieldSeparator(HasFields)} method to separate the fields and
37+ * the {@link #fieldPrefix()}- and {@link #fieldSuffix()}-methods on each
38+ * field.
3839 *
3940 * @param gen the generator
4041 * @param model the model
Original file line number Diff line number Diff line change 1+ /**
2+ *
3+ * Copyright (c) 2006-2016, Speedment, Inc. All Rights Reserved.
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License"); You may not
6+ * use this file except in compliance with the License. You may obtain a copy of
7+ * the License at:
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+ * License for the specific language governing permissions and limitations under
15+ * the License.
16+ */
117/**
218 * Implementations of the
319 * {@link com.speedment.common.codegen.model.modifier.Modifier} interface that
Original file line number Diff line number Diff line change 1+ /**
2+ *
3+ * Copyright (c) 2006-2016, Speedment, Inc. All Rights Reserved.
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License"); You may not
6+ * use this file except in compliance with the License. You may obtain a copy of
7+ * the License at:
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+ * License for the specific language governing permissions and limitations under
15+ * the License.
16+ */
117/**
218 * Models for typical object-oriented language building blocks are located in
319 * this package. The ambition of codegen is to separate model, view and
Original file line number Diff line number Diff line change 1+ /**
2+ *
3+ * Copyright (c) 2006-2016, Speedment, Inc. All Rights Reserved.
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License"); You may not
6+ * use this file except in compliance with the License. You may obtain a copy of
7+ * the License at:
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+ * License for the specific language governing permissions and limitations under
15+ * the License.
16+ */
117/**
218 * Common traits used by the codegen models located in the
319 * {@code com.speedment.codegen.lang.model} package.
Original file line number Diff line number Diff line change 1+ /**
2+ *
3+ * Copyright (c) 2006-2016, Speedment, Inc. All Rights Reserved.
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License"); You may not
6+ * use this file except in compliance with the License. You may obtain a copy of
7+ * the License at:
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+ * License for the specific language governing permissions and limitations under
15+ * the License.
16+ */
117/**
218 * The main interfaces of the codegen library are located in this package.
319 * <p>
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ public static String alignTabs(String rows) {
374374 * this.age = age;
375375 * }
376376 *
377- * @param rows
377+ * @param rows list of rows to operate on
378378 */
379379 public static void alignTabs (List <String > rows ) {
380380 while (true ) {
Original file line number Diff line number Diff line change 1+ /**
2+ *
3+ * Copyright (c) 2006-2016, Speedment, Inc. All Rights Reserved.
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License"); You may not
6+ * use this file except in compliance with the License. You may obtain a copy of
7+ * the License at:
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+ * License for the specific language governing permissions and limitations under
15+ * the License.
16+ */
117/**
218 * Utility methods for the codegen library are located in this package.
319 * <p>
You can’t perform that action at this time.
0 commit comments