com.fatwire.gst.foundation.controller.annotation
Annotation Type InjectForRequest


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
@Documented
public @interface InjectForRequest

Annotation used to indicate that the field should have its value injected by the Injector.

Since:
2011-03-24
Author:
Dolf Dijkstra

Optional Element Summary
 String value
           
 

value

public abstract String value
Returns:
the name of the object in the Factory.
Default:
""


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.