@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) @Documented public @interface NonPersistentProperty
Properties which were not extracted by the persistence metadata (e.g., Transients) without this annotation will be ignored.
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.