@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface Context
Modifier and Type | Optional Element and Description |
---|---|
String |
qualifier
(Optional) Additional qualifier that has to be set for a component to be matched.
|
boolean |
required
Whether the dependency is required.
|
Traversal |
traversal
The traversal strategy used to resolve the dependency.
|
public abstract boolean required
public abstract Traversal traversal
public abstract String qualifier
Copyright © 2015. All rights reserved.