org.aspectj.weaver.tools

Interface TypePatternMatcher

public interface TypePatternMatcher

A compiled AspectJ type pattern that can be used to match against types at runtime.

Method Summary

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

Method Details

matches

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