Skip to content

Commit 8a8e7e0

Browse files
committed
Documentation
1 parent d8b6886 commit 8a8e7e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/examples/simple/PrimaryKeyColumn.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
import org.mybatis.dynamic.sql.SqlColumn;
2020
import org.mybatis.dynamic.sql.render.RenderingStrategy;
2121

22+
/**
23+
* This class is an example of a properly extended {@link SqlColumn}.
24+
*
25+
* @param <T> the Java type associated with this column
26+
*/
2227
public class PrimaryKeyColumn<T> extends SqlColumn<T> {
2328
private final boolean isPrimaryKeyColumn;
2429

0 commit comments

Comments
 (0)