public final class ExtendingOperationCapability<T> extends Object
Extension
which is defined in a type
annotated with Extensible
.
The runtime consequences of this capabilities depend on the runtime.
This class constructor throws IllegalArgumentException
if
type
is not annotated with Extensible
Constructor and Description |
---|
ExtendingOperationCapability(Class<T> type)
Creates a new instance pointing to a
type annotated
with IllegalArgumentException |
public ExtendingOperationCapability(Class<T> type)
type
annotated
with IllegalArgumentException
type
- the type that is being implementedIllegalArgumentException
- if type
is not annotated with Extensible
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.