com.googlecode.androidannotations.annotations
Annotation Type Bean


@Retention(value=CLASS)
@Target(value=FIELD)
public @interface Bean

Injects an instance of a class annotated with EBean. You can specify the type to inject using the value attribute, otherwise


Optional Element Summary
 Class<?> value
           
 

value

public abstract Class<?> value
Default:
java.lang.Void.class


Copyright © 2010-2013. All Rights Reserved.