@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited public @interface ChangeTracking
Use this on a subclass of UifFormBase
to enable this change tracking.
Subclasses of a form with change tracking enabled can specify this annotation and enabled = false
to disable
changing tracking.
Modifier and Type | Optional Element and Description |
---|---|
boolean |
enabled
True if change tracking should be enabled for the annotated form, false if not.
|
public abstract boolean enabled
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.