lu.uda

Common user-defined attributes (UDAs).

Members

Enums

CannotContainComments
enum CannotContainComments

UDA conveying that the annotated member may contain characters that would otherwise indicate a comment, and that this should be ignored.

Hidden
enum Hidden

UDA conveying that the annotated member contains sensitive information and should not be printed in clear text; e.g. passwords.

Quoted
enum Quoted

UDA conveying that the annotated member's value must be quoted when serialised.

Unmeldable
enum Unmeldable

UDA conveying that the annotated member's value cannot or should not be melded.

Unserialisable
enum Unserialisable

UDA conveying that the annotated member cannot (or should not) be serialised.

Structs

Separator
struct Separator

UDA conveying that the annotated array should have this token as separator when formatted to a string.

Meta