@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface Binding
Modifier and Type | Optional Element and Description |
---|---|
String |
componentname
The component name.
|
String |
componenttype
The component type.
|
boolean |
create
The create component flag.
|
String |
creationname
The creation name.
|
String |
creationtype
The creation type.
|
boolean |
dynamic
The dynamic binding flag.
|
Value[] |
interceptors
The interceptors.
|
String |
name
The argument name.
|
String |
proxytype
The proxy type.
|
boolean |
recover
The error recover flag.
|
String |
scope
The search scope.
|
public abstract String proxytype
public abstract String name
public abstract String componentname
public abstract String componenttype
public abstract String creationname
public abstract String creationtype
public abstract String scope
public abstract boolean dynamic
public abstract boolean create
public abstract boolean recover
public abstract Value[] interceptors
Copyright © 2012. All Rights Reserved.