using System; namespace WalkingTec.Mvvm.Mvc.Binders { /// /// StringNeedLTGT /// [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] public class StringNeedLTGTAttribute : Attribute { } }