@Retention(value=RUNTIME) @Target(value=FIELD) public @interface DiscoveredResources
Set<Resource> annotated with this annotation
will contain the results of the discovery for a particular resource type.
For this to work, the discovery needs to run before the test (which can be
achieved by specifying the correct configuration of the PluginContainerInstance
annotation).
| Modifier and Type | Required Element and Description |
|---|---|
String |
plugin |
String |
resourceType |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.