Interface PerClause

All Known Subinterfaces:
PointcutBasedPerClause
All Known Implementing Classes:
PerClauseImpl, PointcutBasedPerClauseImpl, TypePatternBasedPerClauseImpl

public interface PerClause
AspectJ runtime representation of the per-clause associated with an aspect.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getKind

      PerClauseKind getKind()
      Returns:
      the kind of per-clause (singleton, perthis, pertarget,...)