Uses of Interface
org.apache.tapestry5.plastic.AnnotationAccess

Packages that use AnnotationAccess
org.apache.tapestry5.internal.plastic [INTERNAL USE ONLY] Plastic implementation details; API subject to change 
org.apache.tapestry5.plastic Plastic, Tapestry's component class transformation library based on ASM 
 

Uses of AnnotationAccess in org.apache.tapestry5.internal.plastic
 

Classes in org.apache.tapestry5.internal.plastic that implement AnnotationAccess
 class AbstractMethodInvocation
           
 class DelegatingAnnotationAccess
          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.
 class EmptyAnnotationAccess
           
 class PlasticClassImpl
           
 

Fields in org.apache.tapestry5.internal.plastic declared as AnnotationAccess
static AnnotationAccess EmptyAnnotationAccess.SINGLETON
           
 

Methods in org.apache.tapestry5.internal.plastic that return AnnotationAccess
 AnnotationAccess PlasticClassPool.createAnnotationAccess(List<org.apache.tapestry5.internal.plastic.asm.tree.AnnotationNode> annotationNodes)
           
 AnnotationAccess PlasticClassPool.createAnnotationAccess(String className)
           
 

Constructors in org.apache.tapestry5.internal.plastic with parameters of type AnnotationAccess
DelegatingAnnotationAccess(AnnotationAccess primary, AnnotationAccess inherited)
           
 

Uses of AnnotationAccess in org.apache.tapestry5.plastic
 

Subinterfaces of AnnotationAccess in org.apache.tapestry5.plastic
 interface MethodInvocation
          A representation of the invocation of a method that allows the behavior of the method to be advised: either by changing parameter values, or by changing the return value, or by catch or throwing different exceptions.
 interface MethodParameter
          Access to the parameters of a method, in particular, any visible annotations on that method.
 interface PlasticClass
          The representation of a class while it is being instrumented and transformed.
 interface PlasticField
          Represents a field of a class being transformed.
 interface PlasticMethod
          A method of a transformed class.
 



Copyright © 2003-2012 The Apache Software Foundation.