View Single Post
  #2 (permalink)  
Old 07-18-2007, 08:36 PM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
What about this? Is it working?

Code:
public Interface MyInterface { public void function1(final Object a); }
Reply With Quote