Annotation Interface RemoveMappings


@Target(TYPE) @Retention(RUNTIME) public @interface RemoveMappings
Class level annotation that allows for multiple RemoveMapping annotations to be defined.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A list of the mappings to remove.
  • Element Details

    • value

      RemoveMapping[] value
      A list of the mappings to remove.
      Returns:
      a list of the mappings to remove.