|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME)
@Target(value={CONSTRUCTOR,FIELD,METHOD,TYPE})
public @interface ActionScriptAn annotation that controls ActionScript code generation.
| Optional Element Summary | |
|---|---|
String |
name
Indicates a custom name to be used for the ActionScript version of this field, method or class. |
boolean |
omit
Indicates whether this field, method or class should be omitted from the ActionScript translation. |
String |
type
Indicates a custom type to be used for the ActionScript version of this field. |
public abstract boolean omit
public abstract String name
public abstract String type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||