Package org.smooks.api.resource.visitor
Annotation Type VisitBeforeIf
-
@Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface VisitBeforeIf
Visit If annotation.- Author:
- tom.fennelly@gmail.com
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
condition
TheResourceConfig
condition that must evaluate to true in order for the visitBefore method to be called.
-
-
-
Element Detail
-
condition
String condition
TheResourceConfig
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.
-
-