org.jboss.testharness.impl.packaging.war
Annotation Type WebXml


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface WebXml

Place a web.xml into the war

Author:
Pete Muir
See Also:
Resource

Required Element Summary
 java.lang.String value
          Location of the file, relative to the current location or the root this classpath
 

Element Detail

value

public abstract java.lang.String value
Location of the file, relative to the current location or the root this classpath



Copyright © 2009-2010. All Rights Reserved.