@Target(value={METHOD,ANNOTATION_TYPE}) public @interface Bind
Modifier and Type | Optional Element and Description |
---|---|
boolean |
aggregate
Set if the dependency is an aggregate dependency.
|
Class<? extends Comparator> |
comparator
Set the comparator.
|
String |
filter
Set the dependency filter.
|
String |
from
Set the from attribute.
|
String |
id
Set the dependency id.
|
boolean |
optional
Set if the dependency is optional.
|
BindingPolicy |
policy
Set the binding policy.
|
boolean |
proxy
Set to true if the service dependency is injected
as a proxy.
|
Class |
specification
Set the required specification.
|
public abstract String filter
public abstract boolean aggregate
public abstract boolean optional
public abstract Class specification
public abstract String id
public abstract BindingPolicy policy
public abstract Class<? extends Comparator> comparator
Comparator
public abstract String from
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.