T
- Base class which should implements this interface and is target
for augmentation.public interface Augmentable<T>
This interface uses extended version of ExtensibleInterface pattern which also adds marker interface for
augmentations (extensions) - Augmentable
.
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<T>> |
augmentation(Class<E> augmentationType)
Returns instance of augmentation.
|
<E extends Augmentation<T>> E augmentation(Class<E> augmentationType)
augmentationType
- Type of augmentation to be returned.Copyright © 2019 OpenDaylight. All rights reserved.