A
- the annotation typeC
- the context type. Types of the Type
and
Parameter
are the only types that
are supported.public interface InjectableProvider<A extends java.lang.annotation.Annotation,C>
Modifier and Type | Method and Description |
---|---|
Injectable |
getInjectable(ComponentContext ic,
A a,
C c)
Get an injectable.
|
ComponentScope |
getScope()
Get the scope of the injectable provider.
|
ComponentScope getScope()
Injectable getInjectable(ComponentContext ic, A a, C c)
ic
- the injectable contexta
- the annotation instancec
- the context instanceCopyright © 2016 Oracle Corporation. All Rights Reserved.