Package org.entur.jwt.junit5.impl
Class AnnotationUtils
java.lang.Object
org.entur.jwt.junit5.impl.AnnotationUtils
A few utilities which are not exposed to external modules.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic <A extends Annotation>
Optional<A> findAnnotation(AnnotatedElement element, Class<A> annotationType)
-
Method Details
-
findAnnotation
public static <A extends Annotation> Optional<A> findAnnotation(AnnotatedElement element, Class<A> annotationType)
-