Class AnnotationUtils

java.lang.Object
org.junit.platform.commons.util.AnnotationUtils

@API(status=INTERNAL, since="1.0") public final class AnnotationUtils extends Object
Collection of utilities for working with annotations.

DISCLAIMER

These utilities are intended solely for usage within the JUnit framework itself. Any usage by external parties is not supported. Use at your own risk!

Some utilities are published via the maintained AnnotationSupport class.

Since:
1.0
See Also:
Annotation, AnnotatedElement, AnnotationSupport