@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface InjectStateFlag
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The id of the Application State Object; the boolean accessor method to which the annotation
is attached will return true when the ASO exists, false when it does not.
|
public abstract java.lang.String value