org.progeeks.meta.util
Interface MetaClassTemplateFactory
- All Known Implementing Classes:
- BeanUtils.BeanTemplateFactory
public interface MetaClassTemplateFactory
Denotes an object that can create MetaObjects that represent
the properties and other information necessary to make a MetaClass.
- Version:
- $Revision: 1.1 $
- Author:
- Paul Speed
createMetaClassTemplate
MetaObject createMetaClassTemplate(java.lang.String name,
MetaClassRegistry classRegistry)
- Creates a MetaObject representing the properties and other
information necessary to make a meta-class.
Copyright © 2002-2003 Paul Speed. All Rights Reserved.