org.jboss.envers
Annotation Type Unversioned


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

When applied to a field, indicates that this field should not be versioned.

Author:
Sebastian Komander