Class DelegatingAnnotationAccess

java.lang.Object
org.apache.tapestry5.internal.plastic.DelegatingAnnotationAccess
All Implemented Interfaces:
AnnotationAccess

public class DelegatingAnnotationAccess extends Object implements AnnotationAccess
Delegating annotation access is used when resolving annotations on a class; it searches the primary annotation access and if not found there (and Inherited is on the annotation being searched), it searches in the inherited access.