public @interface Implementation
Modifier and Type | Optional Element and Description |
---|---|
Binding |
binding
The binding for forwarding service calls to another component.
|
String |
expression
The creation expression.
|
Value[] |
interceptors
The interceptors.
|
String |
proxytype
The proxy type.
|
Class |
value
The creation class.
|
public abstract String proxytype
public abstract Class value
public abstract String expression
public abstract Binding binding
public abstract Value[] interceptors
Copyright © 2012. All Rights Reserved.