Annotation Interface MergeAction


@Target({TYPE,FIELD,METHOD}) @Retention(RUNTIME) @Documented public @interface MergeAction
Indicates that, for other annotation metadata on the current class, field, how they should be handled.

In the AnnotationMetadataProviderImpl implemention, only MERGE and REMOVE are supported.

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

    Required Elements
    Modifier and Type
    Required Element
    Description
    Gets the indicator on how metadata merging should occur.
  • Element Details

    • value

      Gets the indicator on how metadata merging should occur.
      Returns:
      the indicator on how metadata merging should occur.