Uses of Interface
org.apache.tapestry5.plastic.AnnotationAccess
Packages that use AnnotationAccess
Package
Description
[INTERNAL USE ONLY] Plastic implementation details; API subject to change
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 AnnotationAccessModifier and TypeClassDescriptionclass
class
Delegating annotation access is used when resolving annotations on a class; it searches the primary annotation access and if not found there (andInherited
is on the annotation being searched), it searches in the inherited access.class
class
Fields in org.apache.tapestry5.internal.plastic declared as AnnotationAccessMethods in org.apache.tapestry5.internal.plastic that return AnnotationAccessModifier and TypeMethodDescriptionPlasticClassPool.createAnnotationAccess
(String className) PlasticClassPool.createAnnotationAccess
(List<org.apache.tapestry5.internal.plastic.asm.tree.AnnotationNode> annotationNodes) Constructors in org.apache.tapestry5.internal.plastic with parameters of type AnnotationAccessModifierConstructorDescriptionDelegatingAnnotationAccess
(AnnotationAccess primary, AnnotationAccess inherited) -
Uses of AnnotationAccess in org.apache.tapestry5.plastic
Subinterfaces of AnnotationAccess in org.apache.tapestry5.plasticModifier and TypeInterfaceDescriptioninterface
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
Access to the parameters of a method, in particular, any visible annotations on that method.interface
The representation of a class while it is being instrumented and transformed.interface
Represents a field of a class being transformed.interface
A method of a transformed class.