Hi David, oops. The previous email was magically sent by gmail:(. As for your question, !!! is the same as ! but more visible.
Thanks Emily On Wed, Nov 24, 2010 at 1:54 PM, Emily Jiang <[email protected]>wrote: > H > > > On Wed, Nov 24, 2010 at 1:18 PM, David Bosschaert < > [email protected]> wrote: > >> Hi all, >> >> While looking around in some of the Aries codebase I found the >> following line of code [1]: >> >> if(!!!clazz.isInterface()) { //... >> >> Isn't this equivalent to if(!clazz.isInterface()) ? Or is there some >> special magic happening here that I haven't seen before? >> >> Just curious... >> >> Cheers, >> >> David >> >> [1] >> http://svn.apache.org/repos/asf/incubator/aries/trunk/proxy/proxy-impl/src/main/java/org/apache/aries/proxy/impl/AsmProxyManager.java >> > > > > -- > Thanks > Emily > ================= > Emily Jiang > [email protected] > > -- Thanks Emily ================= Emily Jiang [email protected]
