@Target(value={TYPE,FIELD,METHOD}) @Retention(value=RUNTIME) @Documented public @interface MergeAction
In the AnnotationMetadataProviderImpl
implemention, only MERGE and REMOVE are supported.
Modifier and Type | Required Element and Description |
---|---|
MetadataMergeAction |
value
Gets the indicator on how metadata merging should occur.
|
public abstract MetadataMergeAction value
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.