﻿using System;

namespace ExternPropertyAttributes
{
	public class ValidatorAttribute : Attribute, ICustomAttribute
	{
	}
}
