using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; namespace OpenTap.Addin.Annotation { /// /// /// public class TreeDataAttribute : Attribute, IAnnotation { } public class IgnoreVariable : Attribute, IAnnotation { } }