@Retention(value=CLASS) @Target(value={FIELD,METHOD,PARAMETER}) public @interface ColorRes
Use on Integer or int fields in any enhanced
classes that should be injected with this specific color resource.
The annotation value must be one of R.color.* fields. If the value is not set, the field or method name will be used as the R.color.* field name.
public abstract int value
public abstract String resName
Copyright © 2010–2020 simpligility technologies inc.. All rights reserved.