<?php
/* This class is part of the XP framework
*
* $Id$
*/
/**
* Test class for Marshaller / Unmarshaller tests
*
* @see xp://net.xp_framework.unittest.xml.UnmarshallerTest
* @see xp://net.xp_framework.unittest.xml.MarshallerTest
* @purpose Test class
*/
#[@xmlns(app = 'http://projects.xp-framework.net/xmlns/app')]
class ApplicationType extends Object {
}
?>