Package Torello.JavaDoc
Annotation Type JavaScriptImport
-
@Target(TYPE) @Retention(SOURCE) public @interface JavaScriptImport
Hi-Lited Source-Code:- View Here: Torello/JavaDoc/JavaScriptImport.java
- Open New Browser-Tab: Torello/JavaDoc/JavaScriptImport.java
File Size: 3,000 Bytes Line Count: 58 '\n' Characters Found
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element String[]
FileNames
String[]
FullPathFileNames
-
-
-
Element Detail
-
FileNames
java.lang.String[] FileNames
The File Names which should be passed via thisString[]
-Array must be relative to precisely one of your package's'[src-dir]/upgrade-files/script/'
directories. Keep in mind that although Java's "Class Path" allows Source-Files for any given package to be distributed to multiple locations,'.js'
-Files can only match precisely one../upgrade-files/script/*.js'
File on disk, or the the Annotation Processing system wil flag this annotation as an error.- Default:
- {}
- Code:
- Exact Element Declaration:
public String[] FileNames() default
-
-
-
FullPathFileNames
java.lang.String[] FullPathFileNames
The File Names which are passed using this Element may refer to any'.js'
File any where on the File-System. These Java-Script Files do not have to reside within the../upgrade-files/script/
directory.- Default:
- {}
- Code:
- Exact Element Declaration:
public String[] FullPathFileNames() default
-
-