Re: Pre-processing during build - Mailing list pgsql-jdbc

From Andrej Golovnin
Subject Re: Pre-processing during build
Date
Msg-id CAM6ZMz8+zKVeW0igb38=fMTOFNV-JwHcjfXzih4MwYSwUmv0dQ@mail.gmail.com
Whole thread Raw
In response to Re: Pre-processing during build  (Mark Rotteveel <mark@lawinegevaar.nl>)
Responses Re: Pre-processing during build  (Mark Rotteveel <mark@lawinegevaar.nl>)
List pgsql-jdbc
Hi Mark,

>>
>> An official Java SE standard since v1.3, BTW, to prevent further
>> discussions about versions. ;-)
>
> Proxies use reflection (which is why they are part of the
> java.lang.reflect package.
>

Just because the class is in the package java.lang.reflect, it does
not mean it uses the reflection. Proxies are on the fly generated
classes and use generic byte code to invoke methods. No reflection is
involved. Just take a look at the class sun.misc.ProxyClassFactory.

Best regards,
Andrej Golovnin


pgsql-jdbc by date:

Previous
From: Mark Rotteveel
Date:
Subject: Re: Pre-processing during build
Next
From: Mark Rotteveel
Date:
Subject: Re: Pre-processing during build