001 package org.tynamo.descriptor; 002 003 import java.io.Serializable; 004 005 public interface DescriptorExtension extends Serializable 006 { 007 }