org.milyn.delivery.annotation
Annotation Type VisitAfterIf


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface VisitAfterIf

Visit If annotation.

Author:
tom.fennelly@gmail.com

Required Element Summary
 String condition
          The SmooksResourceConfiguration condition that must evaluate to true in order for the visitAfter method to be called.
 

Element Detail

condition

public abstract String condition
The SmooksResourceConfiguration condition that must evaluate to true in order for the visitAfter method to be called.

Returns:
An inline MVEL expression, or a reference to a file resource on the classpath.


Copyright © 2008. All Rights Reserved.