Tag List Report
The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| Deprecated Work | 3 | @deprecated |
| FIXME Work | 0 | fixme, @fixme |
| Todo Work | 0 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 3
| org.mybatis.dynamic.sql.SqlBuilder | Line |
|---|---|
| since 2.0.0. Please replace with isEqualTo(column) | 458 |
| since 2.0.0. Please replace with isEqualTo(value) | 471 |
| org.mybatis.dynamic.sql.VisitableCondition | Line |
| since 2.0.0. Please use {@link RenderableCondition} instead. | 33 |
MyBatis