|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tc.backport175.proxy.ProxyFactory
public class ProxyFactory
Creates a proxy instance (Java dynamic proxy) for a given reader.
Constructor Summary | |
---|---|
ProxyFactory()
|
Method Summary | |
---|---|
static Annotation |
newAnnotationProxy(AnnotationElement.Annotation annotation,
java.lang.ClassLoader loader)
Creates a new proxy for the annotation specified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyFactory()
Method Detail |
---|
public static Annotation newAnnotationProxy(AnnotationElement.Annotation annotation, java.lang.ClassLoader loader)
annotation
- the annotation data structure abstractionloader
- the class loader for the target class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |