org.codehaus.plexus.metadata.merge
public interface MergeStrategy
void apply(Mergeable dElt, Mergeable rElt) throws MergeException
Mergeable
instance with a recessive one.dElt
- Dominant Mergeable
instance.rElt
- Recessive Mergeable
instance.MergeException
- TODO