@Retention(RUNTIME)
@Target(METHOD)
public @interface ScriptProperty
OverrideProperty annotation overrides a property in the script.
Use format "key \"value\"", so property location "ws://localhost:8000/" would be
\@ScriptProperty( "location \"ws://localhost:8000/\"" )| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String[] |
value |
Gets the "key \"value\"" that the property is overridden with.
|
Copyright © 2014 Kaazing, Inc. All Rights Reserved.