Groovy 1.7.2

groovy.lang
Interface MetaClassRegistry


public interface MetaClassRegistry

A MetaClassRegistry is an object that is responsible for managing the a cache of MetaClass instances. Each java.lang.Class instance has an associated MetaClass and client code can query this interface for the MetaClass for a given associated java.lang.Class

see:
MetaClass
author:
John Wilson
author:
Graeme Rocher
author:
Jochen Theodorou


Copyright © 2003-2010 The Codehaus. All rights reserved.