@Documented @Target(value={FIELD,METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) public @interface ReadOnly
Field or Method is a readonly
property, it will not be insert and update. Such as a LastModified column when it has a
default value of NULL ON UPDATE NOW().Copyright © 2021. All rights reserved.