com.atlassian.pageobjects.util
Interface InjectUtils.FieldVisitor<A extends java.lang.annotation.Annotation>

Type Parameters:
A - The annotation the field is decorated with
Enclosing class:
InjectUtils

public static interface InjectUtils.FieldVisitor<A extends java.lang.annotation.Annotation>

A callback method for fields annotated with a certain annotation


Method Summary
 void visit(java.lang.reflect.Field field, A annotation)
           
 

Method Detail

visit

void visit(java.lang.reflect.Field field,
           A annotation)


Copyright © 2013 Atlassian. All Rights Reserved.