public static interface JexlContext.AnnotationProcessor
All annotations are processed through this method; the statement should be
Object processAnnotation(String name, Object[] args, Callable<Object> statement) throws Exception
name - the annotation nameargs - the argumentsstatement - the statement that was annotated; the processor should invoke this statement 'call' methodException - if annotation processing failsCopyright © 2001–2016 The Apache Software Foundation. All rights reserved.