@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface Application
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
jarScripts
List of JavaScript files linked in head element.
|
java.lang.String[] |
jarStyles
List of CSS style files linked in head element.
|
java.lang.String[] |
resourceBundles
List of application resource bundles.
|
java.lang.String[] |
scripts
List of JavaScript files linked in head element.
|
java.lang.String[] |
styles
List of CSS style files linked in head element.
|
java.lang.String |
title
Application title.
|
public abstract java.lang.String[] resourceBundles
public abstract java.lang.String[] scripts
public abstract java.lang.String[] jarScripts
public abstract java.lang.String[] styles