org.apache.openejb.testing
Annotation Type JaxrsProviders


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface JaxrsProviders


Optional Element Summary
 String applicationName
           
 Class<?>[] value
           
 

value

public abstract Class<?>[] value
Default:
{}

applicationName

public abstract String applicationName
Default:
"jaxrs-application"


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.