org.azzyzt.jee.runtime.annotation
Annotation Type ModificationTimestamp


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ModificationTimestamp

This annotation can be added to entity fields of the types java.util.Calendar, java.util.Date or java.lang.String. It marks the field as a modification timestamp. Modification timestamps are automatically set by the runtime and they contain a timestamp indicating when a record was last modified.

See Also:
CreateTimestamp, CreateUser, ModificationUser, java.text.SimpleDateFormat

Optional Element Summary
 java.lang.String format
           
 

format

public abstract java.lang.String format
Default:
""