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
  • Element Details

    • classTemplateAnnotation

      Class<? extends Annotation> classTemplateAnnotation
      The corresponding ClassTemplate-derived annotation class.
    • lifecycleMethodAnnotation

      Class<? extends Annotation> lifecycleMethodAnnotation
      The actual lifecycle method annotation class.