Example usage for org.springframework.aop Pointcut interface-usage

List of usage examples for org.springframework.aop Pointcut interface-usage

Introduction

In this page you can find the example usage for org.springframework.aop Pointcut interface-usage.

Usage

From source file net.bull.javamelody.MonitoredWithInterfacePointcut.java

/**
 * Pointcut that identifies methods/classes with an interface.
 * @author Emeric Vernat
 */
public class MonitoredWithInterfacePointcut implements Pointcut {
    Class<?> interfaceClass;

From source file com.inspiresoftware.lib.dto.geda.interceptor.impl.GeDAMethodMatcherPointcut.java

/**
 * Basic method matcher pointcut.
 * <p/>
 * User: denispavlov
 * Date: Jan 26, 2012
 * Time: 2:15:41 PM

From source file net.bull.javamelody.MonitoredSpringControllerAndServicePointcut.java

/**
 * Pointcut that identifies methods/classes with the {@link Controller}, RestController and {@link Service} annotations.
 *
 * @author Emeric Vernat
 */
public class MonitoredSpringControllerAndServicePointcut implements Pointcut {

From source file org.activiti.spring.components.aop.util.MetaAnnotationMatchingPointcut.java

/**
 * this code is taken almost (99.99%) verbatim from the Spring Integration
 * project's source code where it's a static
 * private inner class.
 *
 * @author Mark Fisher

From source file net.bull.javamelody.MonitoredSpringAsyncAndScheduledPointcut.java

/**
 * Pointcut that identifies methods/classes with the {@link Async}, {@link Scheduled} and Schedules annotation.
 *
 * @author Emeric Vernat
 */
public class MonitoredSpringAsyncAndScheduledPointcut implements Pointcut {