Example usage for org.aspectj.weaver.patterns Pointcut subclass-usage

List of usage examples for org.aspectj.weaver.patterns Pointcut subclass-usage

Introduction

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

Usage

From source file org.caesarj.compiler.aspectj.CaesarKindedPointcut.java

/**
 * This code is almost completely copied from AspectJ's KindedPointcut.
 * 
 * Our PatternParser generates CaesarKindedPointcuts instead of the original
 * KindedPointcuts, because we provide more methods for manipulating the
 * internal attributes (kind and signature)