Annotation Interface ChangeTracking


@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface ChangeTracking
Indicates that the form annotated with this annotation has change tracking enabled.

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.

Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    True if change tracking should be enabled for the annotated form, false if not.
  • Element Details

    • enabled

      boolean enabled
      True if change tracking should be enabled for the annotated form, false if not.
      Returns:
      true if change tracking enabled, false otherwise
      Default:
      true