@Target(value={METHOD,FIELD,PARAMETER}) @Retention(value=RUNTIME) @InjectAnnotation public @interface StyleValue
Style
.Modifier and Type | Optional Element and Description |
---|---|
InjectionStrategy |
injectionStrategy
|
java.lang.String |
name
Specifies the name of the value from the current style to take.
|
public abstract java.lang.String name
String
name of the injectorpublic abstract InjectionStrategy injectionStrategy
Optional
, Required
) are used.
If even those are not available the default injection strategy defined on the Model
applies.
Default value = DEFAULT.InjectionStrategy
injection strategyCopyright © 2010 - 2020 Adobe. All Rights Reserved