com.atlassian.jira.pageobjects.framework.util
Class GenericByAnnotationPostProcessor.InjectionContext<A>

java.lang.Object
  extended by com.atlassian.jira.pageobjects.framework.util.GenericByAnnotationPostProcessor.InjectionContext<A>
Enclosing class:
GenericByAnnotationPostProcessor<A extends Annotation,P>

public static class GenericByAnnotationPostProcessor.InjectionContext<A>
extends Object


Method Summary
 A annotation()
           
 org.openqa.selenium.By by()
           
 Field field()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

field

public Field field()

by

public org.openqa.selenium.By by()

annotation

public A annotation()


Copyright © 2002-2013 Atlassian. All Rights Reserved.