Class AnyWithAnnotationTypePattern

java.lang.Object
org.aspectj.weaver.patterns.PatternNode
org.aspectj.weaver.patterns.TypePattern
org.aspectj.weaver.patterns.AnyWithAnnotationTypePattern
All Implemented Interfaces:
IHasPosition, IHasSourceLocation

public class AnyWithAnnotationTypePattern extends TypePattern
This type represents a type pattern of '*' but with an annotation specified, e.g. '@Color *'