Re: Pre-processing during build

From: Mark Rotteveel <mark(at)lawinegevaar(dot)nl>
To: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Pre-processing during build
Date: 2015-06-18 06:37:58
Message-ID: 148bbc16aa048b951b1080d56d7093fd@imap.procolix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 17 Jun 2015 23:02:44 +0200, "Markus KARG" <markus(at)headcrashing(dot)eu>
wrote:
> I think you not even need reflection, but could simply rely on proxies.
> Should be faster and do the job faster.
>
http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/reflect/Proxy.html
> :-)
>
> 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.

Mark

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mark Rotteveel 2015-06-18 06:44:05 Re: Pre-processing during build
Previous Message Mark Rotteveel 2015-06-18 06:37:04 Re: Pre-processing during build