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.- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
-
-
Element Detail
-
reason
String reason
A reason for ignoring should always be given.
-
-