Annotation Interface Lifecycle


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface Lifecycle
Annotation used by the LifecycleExtension to annotate methods that should be run by the extension.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    The test lifecycle extension point identifier.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The lifecycle extension point represented by the annotation.
  • Element Details

    • value

      The lifecycle extension point represented by the annotation.
      Returns:
      the extension point