diff --git a/GBase/Attributes/GBaseEntryAttribute.cs b/GBase/Attributes/GBaseEntryAttribute.cs new file mode 100644 index 0000000..acbeb6a --- /dev/null +++ b/GBase/Attributes/GBaseEntryAttribute.cs @@ -0,0 +1,18 @@ +// Author: Gockner, Simon +// Created: 2020-01-24 +// Copyright(c) 2020 SimonG. All Rights Reserved. + +using System; +using GBase.Interfaces; + +namespace GBase.Attributes +{ + /// + /// Tags a property as an + /// + [AttributeUsage(AttributeTargets.Property)] + public class GBaseEntryAttribute : Attribute + { + + } +} \ No newline at end of file