|
@@ -445,6 +445,7 @@ module MetaInfo = struct
|
|
|
| NoExpr -> ":noExpr",("Internally used to mark abstract fields which have no expression by design",[Internal])
|
|
|
| NoImportGlobal -> ":noImportGlobal",("Prevents a static field from being imported with import Class.*",[UsedOn TAnyField])
|
|
|
| NoPackageRestrict -> ":noPackageRestrict",("Allows a module to be accessed across all targets if found on its first type",[Internal])
|
|
|
+ | NoPrivateAccess -> ":noPrivateAccess",("Disallow private access to anything for the annotated expression",[UsedOn TExpr])
|
|
|
| NoStack -> ":noStack",("",[Platform Cpp])
|
|
|
| NotNull -> ":notNull",("Declares an abstract type as not accepting null values",[UsedOn TAbstract])
|
|
|
| NoUsing -> ":noUsing",("Prevents a field from being used with 'using'",[UsedOn TClassField])
|