Spring Data Core

org.springframework.data.annotation
Annotation Type LastModifiedBy


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

Declares a field as the one representing the principal that recently modified the entity containing the field.

Since:
1.5
Author:
Ranie Jade Ramiso, Oliver Gierke


Spring Data Core

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