Groovy 1.7.5

groovy.lang
[Java] 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

Authors:
John Wilson
Graeme Rocher
Jochen Theodorou
See Also:
MetaClass


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