net.sf.tacos.annotations
Annotation Type InjectParameterFlag


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface InjectParameterFlag

Author:
Patrick Moore

Optional Element Summary
 String value
          The name of the parameter; the boolean accessor method to which the annotation is attached will return true when the parameter has been bound, false when it has not been.
 

value

public abstract String value
The name of the parameter; the boolean accessor method to which the annotation is attached will return true when the parameter has been bound, false when it has not been. If no such value is defined, it is derived from the method name. If the method name ends in "Bound", "Bound" is removed to determine the parameter.

Default:
""


Copyright © 2005-2008 SourceForge.net. All Rights Reserved.