Re: Pre-processing during build

Поиск
Список
Период
Сортировка
От Andrej Golovnin
Тема Re: Pre-processing during build
Дата
Msg-id CAM6ZMz8+zKVeW0igb38=fMTOFNV-JwHcjfXzih4MwYSwUmv0dQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Pre-processing during build  (Mark Rotteveel <mark@lawinegevaar.nl>)
Ответы Re: Pre-processing during build  (Mark Rotteveel <mark@lawinegevaar.nl>)
Список 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 по дате отправления:

Предыдущее
От: Mark Rotteveel
Дата:
Сообщение: Re: Pre-processing during build
Следующее
От: Mark Rotteveel
Дата:
Сообщение: Re: Pre-processing during build