JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.arangodb.arch
Annotation Type NoRawTypesInspection
@Retention
(
CLASS
)
@Target
(
TYPE
)
public @interface
NoRawTypesInspection
Skip invoking
JavaType#getAllInvolvedRawTypes()
on the target class during arch tests. Prevents StackOverflowError caused by
this
. FIXME: remove this when
this
is fixed and released