Arquillian Container Test API 1.0.0.CR8

org.jboss.arquillian.container.test.api
Annotation Type TargetsContainer


@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,PARAMETER})
public @interface TargetsContainer

Used to target a deployment to a specific Container.

Version:
$Revision: $
Author:
Aslak Knutsen

Required Element Summary
 String value
          The name of the target.
 

Element Detail

value

public abstract String value
The name of the target.

Returns:
The target name.

Arquillian Container Test API 1.0.0.CR8

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.