namespace Connected.Entities.Annotations { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface | AttributeTargets.Method, AllowMultiple = false)] public class TableAttribute : SchemaAttribute { } }