org.chromattic.spi.instrument
Interface Instrumentor


public interface Instrumentor

Version:
$Revision$
Author:
Julien Viet

Method Summary
<O> ProxyType<O>
getProxyType(java.lang.Class<O> clazz)
          Returns a proxy type for a specified class.
 

Method Detail

getProxyType

<O> ProxyType<O> getProxyType(java.lang.Class<O> clazz)
Returns a proxy type for a specified class.

Type Parameters:
O - the generic type
Parameters:
clazz - the class for which we want a proxy type
Returns:
the related proxy type


Copyright © 2013 eXo Platform SAS. All Rights Reserved.