com.atlassian.pageobjects.binder
Annotation Type Init


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Init

Marks a method that should be called after the object has been constructed, all objects have been injected, and all lifecycle methods have executed.



Copyright © 2014 Atlassian. All rights reserved.