@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface NotAudited
When applied to a field, indicates that this field should not be audited.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.