|
@@ -204,12 +204,12 @@ module Meta = struct
|
|
|
| HeaderClassCode -> ":headerClassCode",("",[Platform Cpp])
|
|
|
| HeaderCode -> ":headerCode",("",[Platform Cpp])
|
|
|
| HeaderNamespaceCode -> ":headerNamespaceCode",("",[Platform Cpp])
|
|
|
- | HxGen -> ":hxGen",("Annotates that an extern class was generated by Haxe",[Platforms [Java;Cs]; UsedOnEither [TClass;TEnum]])
|
|
|
+ | HxGen -> ":hxGen",("Annotates that an extern class was generated by Haxe",[Platforms [Java;Cs]; UsedOnEither [TClass;TEnum]])
|
|
|
| IfFeature -> ":ifFeature",("Causes a field to be kept by DCE if the given feature is part of the compilation",[HasParam "Feature name";UsedOn TClassField])
|
|
|
| Impl -> ":impl",("Used internally to mark abstract implementation fields",[UsedOn TAbstractField])
|
|
|
| Include -> ":include",("",[Platform Cpp])
|
|
|
| InitPackage -> ":initPackage",("?",[])
|
|
|
- | Internal -> ":internal",("Generates the annotated field/class with 'internal' access",[Platforms [Java;Cs]; UsedOnEither[TClass;TEnum;TClassField]])
|
|
|
+ | Internal -> ":internal",("Generates the annotated field/class with 'internal' access",[Platforms [Java;Cs]; UsedOnEither[TClass;TEnum;TClassField]])
|
|
|
| IsVar -> ":isVar",("Forces a physical field to be generated for properties that otherwise would not require one",[UsedOn TClassField])
|
|
|
| JavaNative -> ":javaNative",("",[Platforms [Java;Cs]])
|
|
|
| Keep -> ":keep",("Causes a field or type to be kept by DCE",[])
|