@Target(value={METHOD,ANNOTATION_TYPE})
public @interface Unbind
Modifier and Type | Optional Element and Description |
---|---|
boolean |
aggregate
Set if the dependency is an aggregate dependency.
|
java.lang.Class<? extends java.util.Comparator> |
comparator
Set the comparator.
|
java.lang.String |
filter
Set the dependency filter.
|
java.lang.String |
from
Set the from attribute.
|
java.lang.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.
|
java.lang.Class |
specification
Set the required specification.
|
public abstract java.lang.String filter
public abstract boolean aggregate
public abstract boolean optional
public abstract java.lang.Class specification
public abstract BindingPolicy policy
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.