com.googlecode.androidannotations.annotations
Annotation Type AfterInject


@Retention(value=SOURCE)
@Target(value=METHOD)
public @interface AfterInject

Methods annotated with @AfterInject will be called after the constructor is called in an enhanced class. Any code depending on injected fields should be done in an AfterInject annotated method. The method must have zero parameters. There may be several methods annotated with @AfterInject in the same class.



Copyright © 2010-2012. All Rights Reserved.