Interface MergeableMetadata<T>

Type Parameters:
T - the type of the metadata class

public interface MergeableMetadata<T>
Interface implemented by metadata class when they can be merged.

Note that implementation can simply ignored the merged value and return the first one.

  • Method Summary

    Modifier and Type
    Method
    Description
    merge(T other)
     
  • Method Details

    • merge

      T merge(T other)