mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-04-29 22:27:34 +00:00
docs: 完善类文档.
This commit is contained in:
parent
389f23d6d5
commit
6b458020ef
@ -1,6 +1,9 @@
|
||||
package net.lamgc.oracle.sentry.script.groovy.trigger;
|
||||
|
||||
/**
|
||||
* Groovy 脚本的触发器接口.
|
||||
* <p> 实现该接口并添加 {@link TriggerName} 注解后,
|
||||
* 添加到 SPI 实现列表, 即可作为一个 Trigger.
|
||||
* @author LamGC
|
||||
*/
|
||||
public interface GroovyTrigger {
|
||||
|
Loading…
Reference in New Issue
Block a user