public class AnnotationProcessor extends Object
Constructor and Description |
---|
AnnotationProcessor() |
Modifier and Type | Method and Description |
---|---|
static Annotation[] |
getAnnotations(AccessibleObject object)
Get cached annotations for field, class or method
|
static void |
process(Object object)
Search for annotated fields of the object and inject the appropriate
objects
|
public AnnotationProcessor()
public static Annotation[] getAnnotations(AccessibleObject object)
object
- a field, class or methodpublic static void process(Object object) throws TurbineException
object
- the objectTurbineException
- if the objects could not be injectedCopyright © 2000–2018 The Apache Software Foundation. All rights reserved.