|
@@ -326,7 +326,6 @@ module MetaInfo = struct
|
|
| Allow -> ":allow",("Allows private access from package, type or field",[HasParam "Target path";UsedOnEither [TClass;TClassField]])
|
|
| Allow -> ":allow",("Allows private access from package, type or field",[HasParam "Target path";UsedOnEither [TClass;TClassField]])
|
|
| Annotation -> ":annotation",("Annotation (@interface) definitions on -java-lib imports will be annotated with this metadata. Has no effect on types compiled by Haxe",[Platform Java; UsedOn TClass])
|
|
| Annotation -> ":annotation",("Annotation (@interface) definitions on -java-lib imports will be annotated with this metadata. Has no effect on types compiled by Haxe",[Platform Java; UsedOn TClass])
|
|
| ArrayAccess -> ":arrayAccess",("Allows [] access on an abstract",[UsedOnEither [TAbstract;TAbstractField]])
|
|
| ArrayAccess -> ":arrayAccess",("Allows [] access on an abstract",[UsedOnEither [TAbstract;TAbstractField]])
|
|
- | AssignsThis -> ":assignsThis",("Internally used to mark abstract implementation fields which assign to this",[UsedOn TAbstractField;Internal])
|
|
|
|
| Ast -> ":ast",("Internally used to pass the AST source into the typed AST",[Internal])
|
|
| Ast -> ":ast",("Internally used to pass the AST source into the typed AST",[Internal])
|
|
| AutoBuild -> ":autoBuild",("Extends @:build metadata to all extending and implementing classes",[HasParam "Build macro call";UsedOn TClass])
|
|
| AutoBuild -> ":autoBuild",("Extends @:build metadata to all extending and implementing classes",[HasParam "Build macro call";UsedOn TClass])
|
|
| Bind -> ":bind",("Override Swf class declaration",[Platform Flash;UsedOn TClass])
|
|
| Bind -> ":bind",("Override Swf class declaration",[Platform Flash;UsedOn TClass])
|