A - the resource annotation typeP - the resource provider typeI - the resource instance typepublic interface ResourceInfo<A extends Annotation,P,I>
| Modifier and Type | Method and Description |
|---|---|
A |
getAnnotation()
Get the resource annotation.
|
P |
getProvider()
Get the resource provider.
|
I |
getValue()
Get the resource instance.
|
Copyright © 2016–2018 Testify Project. All rights reserved.