T - the concrete type of the attributepublic interface CompatibilityCheckDetails<T>
| Modifier and Type | Method | Description | 
|---|---|---|
| void | compatible() | Calling this method will indicate that the attributes are compatible. | 
| T | getConsumerValue() | The value of the attribute as found on the consumer side. | 
| T | getProducerValue() | The value of the attribute as found on the producer side. | 
| void | incompatible() | Calling this method will indicate that the attributes are incompatible. | 
@Nullable T getConsumerValue()
@Nullable T getProducerValue()
void compatible()
void incompatible()