Package io.micronaut.transaction.annotation


package io.micronaut.transaction.annotation
  • Class
    Description
    Stereotype annotation for demarcating a read-only transaction.
    Meta annotation that other transactional annotations like Spring's and javax.transaction.Transactional map to such as to enable transactional advice.
    Largely based on the similar annotation in Spring.
    The phase at which a transactional event listener applies.