org.galagosearch.tupleflow.execution
Annotation Type Verified


@Retention(value=RUNTIME)
public @interface Verified

This annotation is applied to Step classes that don't need any extra verification before they're executed. Classes that don't take any parameters and don't load any readers or writers fall into this category. Using this annotation tells the verification stage not to issue a warning when it doesn't find a verify class method.

Author:
trevor



Copyright © 2009. All Rights Reserved.