@Retention(value=RUNTIME) @Target(value=FIELD) public @interface CreatedAt
Used to mark a field of a model class to be record the first time the model is created and persisted into database.
Copyright © 2014–2018 ActFramework. All rights reserved.