Uses of Interface
org.apache.tapestry5.plastic.MethodParameter
-
Packages that use MethodParameter Package Description org.apache.tapestry5.plastic Plastic, Tapestry's component class transformation library based on ASM -
-
Uses of MethodParameter in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic that return types with arguments of type MethodParameter Modifier and Type Method Description List<MethodParameter>
PlasticMethod. getParameters()
Returns access to the parameters of the method and, in particular, the visible annotations on those parameters.
-