com.github.aidensuen.mongo.annotation.Intercepts Maven / Gradle / Ivy
package com.github.aidensuen.mongo.annotation;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Intercepts {
Signature[] value();
}