Spring Data Core

org.springframework.data.annotation
Annotation Type LastModifiedDate


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,ANNOTATION_TYPE})
public @interface LastModifiedDate

Declares a field as the one representing the date the entity containing the field was recently modified.

Since:
1.5
Author:
Ranie Jade Ramiso, Oliver Gierke


Spring Data Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.