docs: 完善类文档.

This commit is contained in:
LamGC 2021-08-19 23:43:18 +08:00
parent 389f23d6d5
commit 6b458020ef
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -1,6 +1,9 @@
package net.lamgc.oracle.sentry.script.groovy.trigger;
/**
* Groovy 脚本的触发器接口.
* <p> 实现该接口并添加 {@link TriggerName} 注解后,
* 添加到 SPI 实现列表, 即可作为一个 Trigger.
* @author LamGC
*/
public interface GroovyTrigger {