com.bm.datagen.annotations
Annotation Type CleanupGenerator


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface CleanupGenerator

If a method is anotated with this annotation the methos get called in the tearDown method of the JUnit test.

Author:
Daniel Wiese



Copyright © 2008. All Rights Reserved.