META-INF.aop.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hms-cassandra-triggers Show documentation
Show all versions of hms-cassandra-triggers Show documentation
Cassandra Triggers is a lightweight mechanism to implement trigger-like functionality for Cassandra.
<?xml version="1.0" encoding="UTF-8"?> <aspectj> <aspects> <aspect name="com.hmsonline.cassandra.triggers.CassandraServerTriggerAspect" /> </aspects> <weaver options="-showWeaveInfo -verbose"> <include within="org.apache.cassandra.thrift.CassandraServer" /> </weaver> </aspectj>