patterntesting.annotation.check.ct
Annotation Type OnlyForTesting


@Documented
@Target(value={METHOD,CONSTRUCTOR,TYPE})
@Retention(value=RUNTIME)
public @interface OnlyForTesting

With this annotation you can mark methods which should be only called for testing but *never* from any other methods.

Since:
19.02.2009
Version:
$Revision: 1.2 $
Author:
oliver



Copyright © 2002–2014 PatternTesting Team. All rights reserved.