uk.ac.soton.itinnovation.grid.client.proxy
Annotation Type RawProxyInterface


@Retention(value=RUNTIME)
@Documented
public @interface RawProxyInterface

Annotation for creating proxies with additional methods. Normally, HelperProxyFactory creates augmented proxies with the same interface as the raw proxy object (i.e. the helpers only change the behaviour of existing methods).

If you need a proxy with additional methods then use this annotation on your helpers class to specify the interface of the raw proxy.


Required Element Summary
 Class value
          The interface of the raw proxy being augmented by the helpers.
 

Element Detail

value

public abstract Class value
The interface of the raw proxy being augmented by the helpers.



Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.