T - what the processor producespublic interface AnnotationProcessor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
eval(AnnotationToken token,
TemplateContext context)
Processes the annotation and possible returns a value.
|
String |
getType() |
String getType()
T eval(AnnotationToken token, TemplateContext context)
token - the annotation token triggering this processorcontext - current context during template evaluationCopyright © 2017. All rights reserved.