org.hibernate.envers
Annotation Type NotAudited


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

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

Author:
Sebastian Komander



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.