org.jboss.envers
Annotation Type Versioned


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
public @interface Versioned

When applied to a class, indicates that all of its properties should be versioned. When applied to a field, indicates that this field should be versioned.

Author:
Adam Warski (adam at warski dot org)

Optional Element Summary
 ModificationStore modStore
           
 

modStore

public abstract ModificationStore modStore
Default:
FULL