Annotation Interface Transient


@Documented @Target(FIELD) @Retention(RUNTIME) public @interface Transient
瞬态字段注解。

标记在实体类字段上,表示该字段不映射到数据库表,仅在内存中使用。

Since:
1.0.0
Version:
1.0.0
Author:
Berry_so