public class JqwikAnnotationSupport
extends java.lang.Object
| Constructor and Description |
|---|
JqwikAnnotationSupport() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.annotation.Annotation> |
findAllAnnotations(java.lang.reflect.AnnotatedElement element)
Find all annotations in an element, even if they are repeatable or only present through meta-annotations
|
public static java.util.List<java.lang.annotation.Annotation> findAllAnnotations(java.lang.reflect.AnnotatedElement element)
element - the element to check for present annotations