Package org.apache.lucene.util
Annotation Type IgnoreRandomChains
-
@Retention(RUNTIME) @Target({CONSTRUCTOR,TYPE}) public @interface IgnoreRandomChains
Annotation to not test a class or constructor withTestRandomChains
integration test.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
reason
A reason for ignoring should always be given.
-