using System; namespace Kreta.Framework.Util { [AttributeUsage(AttributeTargets.All)] public class ProtectedAttribute : Attribute { } }