Annotation Type OnePhaseCommit


  • @InterceptorBinding
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface OnePhaseCommit
    If a bean class contains a method marked with this annotation is invoked in the context of an SRA that only contains a single participant then the annotated method will be invoked when the SRA is asked to commit. If a resource class contains multiple OnePhaseCommit annotations an arbitrary one is chosen.