org.jclouds.http.annotation
Annotation Type ServerError


@Qualifier
@Target(value={FIELD,PARAMETER,METHOD})
@Retention(value=RUNTIME)
public @interface ServerError

Implies that the object can address HttpResponses that contain status code 5xx.

Author:
Adrian Cole



Copyright © 2009-2011 jclouds. All Rights Reserved.