com.pugwoo.dbhelper.utils.Generated Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nimble-orm Show documentation
Show all versions of nimble-orm Show documentation
nimble-orm an ORM based on Spring jdbcTemplate.
package com.pugwoo.dbhelper.utils;
/**
* 用于标记不纳入到单元测试覆盖率的代码
*/
public @interface Generated {
}