Module org.junit.jupiter.api
Package org.junit.jupiter.api.extension
Annotation Interface ClassTemplateInvocationLifecycleMethod
@API(status=INTERNAL,
since="5.13")
@Retention(RUNTIME)
@Target(ANNOTATION_TYPE)
public @interface ClassTemplateInvocationLifecycleMethod
Internal marker annotation for lifecycle methods specific to implementations
of
ClassTemplateInvocationContextProvider
.- Since:
- 5.13
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass
<? extends Annotation> The correspondingClassTemplate
-derived annotation class.Class
<? extends Annotation> The actual lifecycle method annotation class.
-
Element Details
-
classTemplateAnnotation
Class<? extends Annotation> classTemplateAnnotationThe correspondingClassTemplate
-derived annotation class. -
lifecycleMethodAnnotation
Class<? extends Annotation> lifecycleMethodAnnotationThe actual lifecycle method annotation class.
-