org.h3t
Annotation Type RemoteLoad


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface RemoteLoad

Author:
Rob Worsnop

Optional Element Summary
 java.lang.Class<? extends LoadServiceFactory> factory
          A custom implementation of LoadServiceFactory.
 

factory

public abstract java.lang.Class<? extends LoadServiceFactory> factory
A custom implementation of LoadServiceFactory.

Default:
org.h3t.util.JndiLoadServiceFactory.class