Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
A codec to use to short-circuit determining the type via either
method return type or field type.
Namespace:
Tangosol.IO.Pof.AnnotationAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
Remarks
This could be used to determine concrete implementations of
interfaces, i.e. when the method return is a
IList<(Of <(T>)>) this type definition could instruct the
code to utilize a LinkedList<(Of <(T>)>) .