Example usage for org.aspectj.weaver.patterns Pointcut makeMatchesNothing

List of usage examples for org.aspectj.weaver.patterns Pointcut makeMatchesNothing

Introduction

In this page you can find the example usage for org.aspectj.weaver.patterns Pointcut makeMatchesNothing.

Prototype

public static Pointcut makeMatchesNothing(State state) 

Source Link

Usage

From source file:org.caesarj.compiler.aspectj.CaesarPointcut.java

License:Open Source License

static public CaesarPointcut makeMatchesNothing() {
    return new CaesarPointcut(Pointcut.makeMatchesNothing(Pointcut.SYMBOLIC));
}