Interface | Description |
---|---|
Context<T> |
基础上下文接口,一个上下文对象首先应该针对某个元素.
|
Interceptor<T,C extends Context<T>> |
拦截器跟接口,定义拦截器接口规范。
每一个拦截器有一个对应的上下文对象,并且返回值为boolean值。
但是我感觉这个规范不怎么受用
|
Class | Description |
---|---|
BaseContext<T> |
基础上下文对象,一个上下文对象首先应该针对某个元素.
|
Annotation Type | Description |
---|---|
Intercept |
拦截器注解,目前暂时仅用于标记@Beans
|
Copyright © 2020. All rights reserved.