org.unitils.inject.annotation
Annotation Type TestedObject


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface TestedObject

Annotation indicating the object under test. The object(s) referenced by the annotated field(s) is (are) used as default target for injection.

Author:
Filip Neven, Tim Ducheyne



Copyright © 2011. All Rights Reserved.