15 lines
575 B
Cap'n Proto
Raw Normal View History

2020-01-19 14:35:43 +01:00
@0xeb0d831668c6edab;
2020-01-30 21:53:08 +01:00
$namespace("Capnp.Annotations");
2020-01-19 14:35:43 +01:00
2020-01-30 21:53:08 +01:00
annotation namespace @0xeb0d831668c6eda0 (file) : Text;
2020-01-19 14:35:43 +01:00
# C# namespace for code generation
2020-01-30 21:53:08 +01:00
annotation nullableEnable @0xeb0d831668c6eda1 (file) : Bool;
2020-01-19 14:35:43 +01:00
# Whether to generate C# nullable reference types
2020-02-08 17:23:07 +01:00
annotation emitNullableDirective @0xeb0d831668c6eda3 (file) : Bool;
# Whether to surround the generated with with #nullable enable/disable ... #nullable restore
2020-01-30 21:53:08 +01:00
annotation name @0xeb0d831668c6eda2 (field, enumerant, struct, enum, interface, method, param, group, union) : Text;
2020-01-19 14:35:43 +01:00
# C# member name for code generation