@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Asset
IComponent.getAsset(String)
,
with that name).
Note: if we ever rename IAsset to Asset, this will cause a naming conflict. Perhaps we should come up with annotation names that are compatible with a potential rename.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The value is the asset path, which may include a prefix to define the module in which it can
be resolved.
|
public abstract java.lang.String value