Annotation Type Stylesheet
- 
@Target({TYPE,METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) public @interface Stylesheet
Specifies an XML stylesheet headere.g.
<?xml-stylesheet type='text/xsl' href='foobar.xsl' ?>
You can use replacement expressions in value string.
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 - See Also:
 StringContextReplacement