cz.cuni.amis.utils
Interface ReflectionUtils.ProcessAnnotatedFieldCallback<T extends Annotation,E extends Throwable>

Package class diagram package ReflectionUtils.ProcessAnnotatedFieldCallback
Enclosing class:
ReflectionUtils

public static interface ReflectionUtils.ProcessAnnotatedFieldCallback<T extends Annotation,E extends Throwable>


Method Summary
 void processField(Field f, Object fieldValue, T annotation)
           
 

Method Detail

processField

void processField(Field f,
                  Object fieldValue,
                  T annotation)
                  throws E extends Throwable
Throws:
E extends Throwable


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.