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 SummaryRequired ElementsModifier and TypeRequired ElementDescriptionClass<? extends Annotation> The correspondingClassTemplate-derived annotation class.Class<? extends Annotation> The actual lifecycle method annotation class.
- 
Element Details- 
classTemplateAnnotationClass<? extends Annotation> classTemplateAnnotationThe correspondingClassTemplate-derived annotation class.
- 
lifecycleMethodAnnotationClass<? extends Annotation> lifecycleMethodAnnotationThe actual lifecycle method annotation class.
 
-