org.codegist.crest.annotate
Annotation Type ConnectionTimeout


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface ConnectionTimeout

Optional method level annotation, sets the method connection timeout. If not specified, defaults to the method config default value.

Can be set at interface level to default all interface method values if not specified at method level.

Author:
Laurent Gilles (laurent.gilles@codegist.org)
See Also:
MethodConfig.DEFAULT_CO_TIMEOUT, MethodConfig.getConnectionTimeout()

Required Element Summary
 long value
           
 

Element Detail

value

public abstract long value


Copyright © 2011. All Rights Reserved.