Annotation Interface EnableGemFireAsLastResource


@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented @EnableAspectJAutoProxy @Import(GemFireAsLastResourceConfiguration.class) public @interface EnableGemFireAsLastResource
The EnableGemFireAsLastResource annotation is used to enable GemFire as a Last Resource in a Spring, CMT/JTA Transaction.
Since:
2.0.0
See Also: