Annotation Interface RemoveMapping


@Target(TYPE) @Retention(RUNTIME) public @interface RemoveMapping
Class level annotation that indicates that a mapping inherited from a superclass should be "unmapped" in the child class.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    (Required) The property name of the mapping to remove.
  • Element Details

    • name

      String name
      (Required) The property name of the mapping to remove.
      Returns:
      the property name of the mapping to remove.