//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace System.Web.Script.Services { using System; using System.Web; [ AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface) ] public sealed class ScriptServiceAttribute : Attribute { public ScriptServiceAttribute() { } } }