org.jboss.solder.servlet.http
Annotation Type DefaultValue


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

Sets the default value for an injected HTTP request, cookie, or header parameter.

Author:
Nicklas Karlsson

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2011 Seam Framework. All Rights Reserved.