All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nepxion.matrix.mode.ProxyMode Maven / Gradle / Ivy

Go to download

Nepxion Matrix is an AOP framework integrated with Spring AutoProxy, Spring Registrar and Spring Import Selector

There is a newer version: 3.0.0
Show newest version
package com.nepxion.matrix.mode;

/**
 * 

Title: Nepxion Matrix

*

Description: Nepxion Matrix AOP

*

Copyright: Copyright (c) 2017-2050

*

Company: Nepxion

* @author Haojun Ren * @version 1.0 */ public enum ProxyMode { // 只通过扫描到接口名或者类名上的注解后,来确定是否要代理 BY_CLASS_ANNOTATION_ONLY, // 只通过扫描到接口或者类方法上的注解后,来确定是否要代理 BY_METHOD_ANNOTATION_ONLY, // 上述两者都可以 BY_CLASS_OR_METHOD_ANNOTATION }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy