org.jboss.resteasy.annotations.providers.jaxb
Annotation Type Stylesheet


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

Specifies an XML stylesheet header

e.g.

 
 

You can use replacement expressions in value string.

Version:
$Revision: 1 $
Author:
Bill Burke
See Also:
StringContextReplacement

Required Element Summary
 String href
           
 String type
           
 

Element Detail

href

public abstract String href

type

public abstract String type


Copyright © 2012. All Rights Reserved.