Interface TypePatternMatcher

All Known Implementing Classes:
TypePatternMatcherImpl

public interface TypePatternMatcher
A compiled AspectJ type pattern that can be used to match against types at runtime.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches​(Class aClass)
    Does this type pattern matcher match the given type (Class).
  • Method Details

    • matches

      boolean matches(Class aClass)
      Does this type pattern matcher match the given type (Class).