org.milyn.delivery.annotation
Annotation Type VisitBeforeIf


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

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 visitBefore method to be called.
 

Element Detail

condition

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

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


Copyright © 2008. All Rights Reserved.