| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Stripes
Revision: 946
Author: javelotinfo
Date: 29 Jun 2008 12:54:32
Changes:Minor Javadoc correction
Files:| ... | ...@@ -32,7 +32,7 @@ | |
| 32 | 32 | * |
| 33 | 33 | *<pre> |
| 34 | 34 | *{@literal @}Intercepts(LifecycleStage.BindingAndValidation) |
| 35 | *public NoisyInterceptor implements Interceptor { | |
| 35 | *public class NoisyInterceptor implements Interceptor { | |
| 36 | 36 | * public Resolution intercept(ExecutionContext context) { |
| 37 | 37 | * System.out.println("Before validation and binding!"); |
| 38 | 38 | * Resolution r = context.proceed(); |