Annotation Type 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 Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends java.lang.annotation.Annotation> classTemplateAnnotation
      The corresponding ClassTemplate-derived annotation class.
      java.lang.Class<? extends java.lang.annotation.Annotation> lifecycleMethodAnnotation
      The actual lifecycle method annotation class.
    • Element Detail

      • classTemplateAnnotation

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

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