using System; namespace OpenTap.Addin.Annotation { public class PrototypeAttribute : Attribute, IAnnotation { } }