org.jclouds.rest.annotations
Annotation Type Fallback


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Fallback

Annotates the appropriate Fallback which propagates the exception or returns a valid fallback value.

Since:
1.6
Author:
Adrian Cole

Required Element Summary
 Class<? extends Fallback<?>> value
           
 

Element Detail

value

public abstract Class<? extends Fallback<?>> value


Copyright © 2009-2013 jclouds. All Rights Reserved.