T
- An interface extending the ProductDescriptor
interface, being rich enough to describe the product implementing this interface.public interface DescribedProduct<T extends ProductDescriptor> extends Product
Modifier and Type | Method and Description |
---|---|
T |
getDescriptor()
Return a product descriptor representing this product.
|
T getDescriptor()
Copyright © 2019. All rights reserved.