|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ExtensionExternalData
Provides some information about the extension
Extension
Required Element Summary | |
---|---|
java.lang.String |
helpURL
a URL which locates a help for extension, the help will provide more information about what extension does and how it can be used, it also can contain some theoreticall aspects of extension, how it is implemented and so on. |
java.lang.String |
sourceCodeURL
a URL which locates the source code for the extension, it will be then accessible by the user. |
Element Detail |
---|
public abstract java.lang.String helpURL
public abstract java.lang.String sourceCodeURL
ExtensionLoader
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |