de.root1.simon.annotation
Annotation Type SimonRemote


@Retention(value=RUNTIME)
public @interface SimonRemote

Declares the remote simon class. Can only be used on the implementation class. When value() is specified, the value defines the remote interfaces to use. Only those interfaces can then be used remotely. If value() is not specified, all known interfaces can be used remotely.

Author:
achristian

Optional Element Summary
 java.lang.Class[] value
          When value() is specified, the value defines the remote interfaces to use.
 

value

public abstract java.lang.Class[] value
When value() is specified, the value defines the remote interfaces to use. Only those interfaces can then be used remotely. If value() is not specified, all known interfaces can be used remotely.

Returns:
the remote interface array
Default:
{}


Copyright © 2011. All Rights Reserved.