net.sf.cglib.proxy

Interface Enhancer.EnhancerKey

public static interface Enhancer.EnhancerKey

Internal interface, only public due to ClassLoader issues.

Method Summary

Object
newInstance(String type, String[] interfaces, CallbackFilter filter, Type[] callbackTypes, boolean useFactory, boolean interceptDuringConstruction, Long serialVersionUID)

Method Details

newInstance

public Object newInstance(String type,
                          String[] interfaces,
                          CallbackFilter filter,
                          Type[] callbackTypes,
                          boolean useFactory,
                          boolean interceptDuringConstruction,
                          Long serialVersionUID)

Copyright (c) 2001 - Apache Software Foundation