com.google.common.collect.testing.features
Annotation Type TesterAnnotation


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface TesterAnnotation

Use this to meta-annotate XxxFeature.Require annotations, so that those annotations can be used to decide whether to apply a test to a given class-under-test.
This is needed because annotations can't implement interfaces, which is also why reflection is used to extract values from the properties of the various annotations.

This class is GWT compatible.

Author:
George van den Driessche
See Also:
CollectionFeature.Require



Copyright © 2010-2011. All Rights Reserved.