using System; namespace oodb.attributes { public class IndexedAttribute : Attribute { public IndexedAttribute() { } } }