Package org.junit.jupiter.api.extension
Annotation Type ClassTemplateInvocationLifecycleMethod
-
@API(status=INTERNAL, since="5.13") @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface ClassTemplateInvocationLifecycleMethodInternal marker annotation for lifecycle methods specific to implementations ofClassTemplateInvocationContextProvider.- Since:
- 5.13
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends java.lang.annotation.Annotation>classTemplateAnnotationThe correspondingClassTemplate-derived annotation class.java.lang.Class<? extends java.lang.annotation.Annotation>lifecycleMethodAnnotationThe actual lifecycle method annotation class.
-
-
-
Element Detail
-
classTemplateAnnotation
java.lang.Class<? extends java.lang.annotation.Annotation> classTemplateAnnotation
The correspondingClassTemplate-derived annotation class.
-
-