@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface VisitAfterIf
Modifier and Type | Required Element and Description |
---|---|
String |
condition
The
SmooksResourceConfiguration condition that
must evaluate to true in order for the visitAfter method to be called. |
public abstract String condition
SmooksResourceConfiguration
condition that
must evaluate to true in order for the visitAfter method to be called.Copyright © 2020. All rights reserved.