Package eos.processor
Class AnnotationProcessor
- java.lang.Object
-
- eos.processor.AnnotationProcessor
-
public class AnnotationProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description AnnotationProcessor(Eos.Cache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BooleanallAnnotationsProcessed()protected voidattachValue(Field field, Object object, String stringValue)protected IntegergetAnnotatedFieldsCount(Class clazz)voidrun()
-
-
-
Constructor Detail
-
AnnotationProcessor
public AnnotationProcessor(Eos.Cache cache)
-
-
Method Detail
-
attachValue
protected void attachValue(Field field, Object object, String stringValue) throws Exception
- Throws:
Exception
-
getAnnotatedFieldsCount
protected Integer getAnnotatedFieldsCount(Class clazz) throws Exception
- Throws:
Exception
-
allAnnotationsProcessed
protected Boolean allAnnotationsProcessed()
-
-