org.kuali.rice.krad.data.provider.annotation
Annotation Type MergeAction


@Target(value={TYPE,FIELD,METHOD})
@Retention(value=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.


Required Element Summary
 MetadataMergeAction value
           
 

Element Detail

value

public abstract MetadataMergeAction value


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.