@Retention(value=RUNTIME) @Target(value={CONSTRUCTOR,FIELD,METHOD,TYPE}) public @interface ActionScript
| Modifier and Type | Optional Element and Description |
|---|---|
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
Copyright © 2015. All rights reserved.