Liferay 7.0-ce-b4

com.liferay.portal.kernel.spring.aop
Annotation Type Retry


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Retry


Required Element Summary
 Class<? extends RetryAcceptor> acceptor
           
 Property[] properties
           
 
Optional Element Summary
 int retries
           
 

Element Detail

acceptor

public abstract Class<? extends RetryAcceptor> acceptor

properties

public abstract Property[] properties

retries

public abstract int retries
Default:
-1

Liferay 7.0-ce-b4